Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dqueue.h75 Status rc = full_cv_.Wait(&_lock, [this]() -> bool { return (size() != capacity()); }); in Add()
90 Status rc = full_cv_.Wait(&_lock, [this]() -> bool { return (size() != capacity()); }); in Add()
106 Status rc = full_cv_.Wait(&_lock, [this]() -> bool { return (size() != capacity()); }); in EmplaceBack()
126 full_cv_.NotifyAll(); in PopFront()
129 full_cv_.Interrupt(); in PopFront()
147 full_cv_.ResetIntrpState(); in ResetQue()
154 Status rc2 = full_cv_.Register(vg->GetIntrpService()); in Register()
170 CondVar full_cv_; variable