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