Searched refs:mHasElements (Results 1 – 1 of 1) sorted by relevance
48 mHasElements.wait(lock, [this]() REQUIRES(mLock) { return !this->mQueue.empty(); }); in pop()68 mHasElements.notify_one(); in push()102 std::condition_variable mHasElements; variable