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

/external/compiler-rt/lib/asan/
H A Dasan_thread.h104 void setUnwinding(bool b) { unwinding_ = b; } function in class:__asan::AsanThread
137 t->setUnwinding(true);
139 ~ScopedUnwinding() { thread->setUnwinding(false); }

Completed in 63 milliseconds