Searched refs:threadCv_ (Results 1 – 2 of 2) sorted by relevance
69 threadCv_.notify_one(); in ThreadRelease()117 …threadCv_.wait(lock, [this]() { return IsThreadPlaying() || IsThreadPlayOnce() || IsThreadNone(); … in ThreadLoop()148 threadCv_.wait_until(lock, startTime + 40ms); in ThreadLoop()168 threadCv_.notify_one(); in Play()183 threadCv_.notify_one(); in PlayOnce()192 threadCv_.notify_one(); in Stop()
65 std::condition_variable_any threadCv_; variable