Searched defs:ScopedUnwinding (Results 1 - 1 of 1) 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); }

Completed in 316 milliseconds