Searched refs:ScopedUnwinding (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.h133 // ScopedUnwinding is a scope for stacktracing member of a context
134 class ScopedUnwinding { class in namespace:__asan
136 explicit ScopedUnwinding(AsanThread *t) : thread(t) { function in class:__asan::ScopedUnwinding
139 ~ScopedUnwinding() { thread->setUnwinding(false); }
H A Dasan_stack.h39 ScopedUnwinding unwind_scope(t);

Completed in 89 milliseconds