Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.h117 bool isUnwinding() const { return unwinding_; } in isUnwinding()
118 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding()
159 bool unwinding_; variable