Home
last modified time | relevance | path

Searched refs:notEmptyCv_ (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h59 notEmptyCv_.notify_one(); in Push()
74 notEmptyCv_.notify_one(); in Push()
83 notEmptyCv_.wait(lock, [&] { return (!queue_.empty() || !IsAvailable()); }); in Pop()
98 if (!(notEmptyCv_.wait_for(lock, std::chrono::milliseconds(timeLenMs), in PopUntilTimeout()
119 notEmptyCv_.notify_all(); in Uninit()
142 std::condition_variable notEmptyCv_; member in OHOS::IntellVoiceUtils::QueueUtil

Completed in 1 milliseconds