Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.h55 if (needsNotify) mQueueNotEmptyCondition.notify_one(); in push()
61 mQueueNotEmptyCondition.wait(lock, [this]() { return !mQueue.empty(); }); in pop()
71 condition_variable mQueueNotEmptyCondition; variable