Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.h118 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding() function
167 t->setUnwinding(true); in ScopedUnwinding()
169 ~ScopedUnwinding() { thread->setUnwinding(false); } in ~ScopedUnwinding()