Searched defs:waitLock (Results 1 – 6 of 6) sorted by relevance
64 std::mutex waitLock; variable
149 std::unique_lock<std::mutex> waitLock(unFinishTaskMtx_); in WaitDisableTaskFinish() local
1231 std::unique_lock<std::mutex> waitLock(callServerMutex_); in StartAudioStream() local1286 std::unique_lock<std::mutex> waitLock(callServerMutex_); in PauseAudioStream() local1330 std::unique_lock<std::mutex> waitLock(callServerMutex_); in StopAudioStream() local1446 std::unique_lock<std::mutex> waitLock(callServerMutex_); in FlushAudioStream() local2212 std::unique_lock<std::mutex> waitLock(callServerMutex_); in DrainAudioStreamInner() local
1311 std::unique_lock<std::mutex> waitLock(callServerMutex_); in StartAudioStream() local1357 std::unique_lock<std::mutex> waitLock(callServerMutex_); in PauseAudioStream() local1409 std::unique_lock<std::mutex> waitLock(callServerMutex_); in StopAudioStream() local1504 std::unique_lock<std::mutex> waitLock(callServerMutex_); in FlushAudioStream() local
96 pthread_mutex_t waitLock; member
9147 std::unique_lock<std::mutex> waitLock(connectionMutex_); in WaitForConnectionCompleted() local