OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedUnwinding
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h
171
//
ScopedUnwinding
is a scope for stacktracing member of a context
172
class
ScopedUnwinding
{
174
explicit
ScopedUnwinding
(AsanThread *t) : thread(t) {
177
~
ScopedUnwinding
() { thread->setUnwinding(false); }
asan_stack.h
45
ScopedUnwinding
unwind_scope(t);
Completed in 42 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025