Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp143 workThreadCV_.notify_all(); in Release()
401 workThreadCV_.notify_all(); in StartDevice()
521 workThreadCV_.wait(lock, [this] { in LinkProcessStream()
H A Daudio_endpoint.cpp315 std::condition_variable workThreadCV_; member in OHOS::AudioStandard::AudioEndpointInner
545 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()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h197 std::condition_variable workThreadCV_; variable