Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dmutex.h110 if (last_thread) phase_condition_.notify_all(); in wait()
117 if (entered_ != 0) phase_condition_.notify_all(); in removeThread()
122 Condition phase_condition_; variable
142 phase_condition_.wait(ml.native_handle(), cb); in createBarrier()