Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp104 NotStarted = 0, enumerator
119 State state_ SANITIZER_GUARDED_BY(mutex_) = State::NotStarted;
132 if (state_ == State::NotStarted) { in NewWorkNotify()
183 state_ = State::NotStarted; in LockAndStop()