Home
last modified time | relevance | path

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

/foundation/ai/intelligent_voice_framework/utils/
H A Dqueue_util.h54 notFullCv_.wait(lock, [&]() { return ((queue_.size() < capacity_) || (!IsAvailable())); }); in Push()
69 notFullCv_.wait(lock, [&]() { return ((queue_.size() < capacity_) || (!IsAvailable())); }); in Push()
89 notFullCv_.notify_one(); in Pop()
108 notFullCv_.notify_one(); in PopUntilTimeout()
120 notFullCv_.notify_all(); in Uninit()
143 std::condition_variable notFullCv_; member in OHOS::IntellVoiceUtils::QueueUtil

Completed in 1 milliseconds