Searched refs:workThreadCV_ (Results 1 – 3 of 3) sorted by relevance
143 workThreadCV_.notify_all(); in Release()401 workThreadCV_.notify_all(); in StartDevice()521 workThreadCV_.wait(lock, [this] { in LinkProcessStream()
315 std::condition_variable workThreadCV_; member in OHOS::AudioStandard::AudioEndpointInner545 workThreadCV_.notify_all(); in Release()1003 workThreadCV_.notify_all(); in StartDevice()1019 workThreadCV_.notify_all(); in HandleStartDeviceFailed()1201 workThreadCV_.wait_for(lock, std::chrono::milliseconds(SLEEP_TIME_IN_DEFAULT), [this] { in LinkProcessStream()1880 workThreadCV_.wait_for(lock, std::chrono::milliseconds(SLEEP_TIME_IN_DEFAULT)); in KeepWorkloopRunning()
197 std::condition_variable workThreadCV_; variable