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

/frameworks/wilhelm/src/
H A DThreadPool.c115 tp->mWaitingNotFull = 0;
210 // Note that we can't be sure when mWaitingNotFull will drop to zero
296 ++tp->mWaitingNotFull;
301 assert(0 < tp->mWaitingNotFull);
302 --tp->mWaitingNotFull;
358 if (0 < tp->mWaitingNotFull) {
359 --tp->mWaitingNotFull;
H A DThreadPool.h58 unsigned mWaitingNotFull; ///< Number of client threads waiting to enqueue member in struct:__anon1730

Completed in 288 milliseconds