HomeSort by: relevance | last modified time | path
    Searched refs:ScopedUnwinding (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 171 // ScopedUnwinding is a scope for stacktracing member of a context
172 class ScopedUnwinding {
174 explicit ScopedUnwinding(AsanThread *t) : thread(t) {
177 ~ScopedUnwinding() { thread->setUnwinding(false); }
asan_stack.h 45 ScopedUnwinding unwind_scope(t);

Completed in 42 milliseconds