Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h59 notEmptyCv_.notify_one();
74 notEmptyCv_.notify_one();
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_; variable