Searched refs:ScopedUnwinding (Results 1 – 2 of 2) sorted by relevance
134 class ScopedUnwinding {136 explicit ScopedUnwinding(AsanThread *t) : thread(t) { in ScopedUnwinding() function139 ~ScopedUnwinding() { thread->setUnwinding(false); } in ~ScopedUnwinding()
39 ScopedUnwinding unwind_scope(t); in GetStackTraceWithPcBpAndContext()