Searched refs:hasWork (Results 1 – 2 of 2) sorted by relevance
99 if (!mWorkQueue.hasWork()) { in workerLoop()106 while (mWorkQueue.hasWork()) { in workerLoop()
43 constexpr bool hasWork() const { return mHead != mTail; } in hasWork() function