Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DBlockingQueue.h50 mHasElements.wait(lock, [this]() REQUIRES(mLock) { return !this->mQueue.empty(); }); in pop()
64 if (!mHasElements.wait_for(lock, duration, in popWithTimeout()
87 mHasElements.notify_one(); in push()
106 mHasElements.notify_one(); in emplace()
139 std::condition_variable mHasElements; variable