Home
last modified time | relevance | path

Searched refs:isUnwinding (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stack.h43 if ((t = GetCurrentThread()) && !t->isUnwinding()) { in GetStackTraceWithPcBpAndContext()
Dasan_thread.h117 bool isUnwinding() const { return unwinding_; } in isUnwinding() function