Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_thread.h107 bool isUnwinding() const { return unwinding_; } in isUnwinding()
108 void setUnwinding(bool b) { unwinding_ = b; } in setUnwinding()
138 bool unwinding_; variable