Searched refs:threadHasWork (Results 1 – 1 of 1) sorted by relevance
915 auto threadHasWork = [&](uint32_t curDraw) { return curDraw != pContext->dcRing.GetHead(); }; in workerThreadMain() local924 if (bShutdown && !threadHasWork(curDrawBE)) in workerThreadMain()930 while (loop++ < KNOB_WORKER_SPIN_LOOP_COUNT && !threadHasWork(curDrawBE)) in workerThreadMain()935 if (!threadHasWork(curDrawBE)) in workerThreadMain()940 if (threadHasWork(curDrawBE)) in workerThreadMain()