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 163 // ScopedUnwinding is a scope for stacktracing member of a context
164 class ScopedUnwinding {
166 explicit ScopedUnwinding(AsanThread *t) : thread(t) {
169 ~ScopedUnwinding() { thread->setUnwinding(false); }
asan_stack.h 50 ScopedUnwinding unwind_scope(t);

Completed in 1941 milliseconds