HomeSort by relevance Sort by last modified time
    Searched refs:ScopedUnwinding (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread.h 133 // ScopedUnwinding is a scope for stacktracing member of a context
134 class ScopedUnwinding {
136 explicit ScopedUnwinding(AsanThread *t) : thread(t) {
139 ~ScopedUnwinding() { thread->setUnwinding(false); }
asan_stack.h 39 ScopedUnwinding unwind_scope(t);

Completed in 62 milliseconds