Home
last modified time | relevance | path

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

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