Searched refs:mWaitingNotEmpty (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A DThreadPool.h59 unsigned mWaitingNotEmpty; ///< Number of worker threads waiting to dequeue member in struct:__anon1730
H A DThreadPool.c116 tp->mWaitingNotEmpty = 0;
314 if (0 < tp->mWaitingNotEmpty) {
315 --tp->mWaitingNotEmpty;
342 ++tp->mWaitingNotEmpty;

Completed in 183 milliseconds