Searched refs:ScopedUnwinding (Results 1 – 2 of 2) sorted by relevance
164 class ScopedUnwinding {166 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function169 ~ScopedUnwinding() { thread->setUnwinding(false); } in ~ScopedUnwinding()
50 ScopedUnwinding unwind_scope(t); in GetStackTraceWithPcBpAndContext()