Searched refs:needsNotify (Results 1 – 2 of 2) sorted by relevance
49 bool needsNotify = false; in push() local52 needsNotify = mQueue.empty(); in push()55 if (needsNotify) mQueueNotEmptyCondition.notify_one(); in push()
33 bool needsNotify = false; in push() local36 needsNotify = mQueue.empty(); in push()39 if (needsNotify) { in push()