HomeSort by relevance Sort by last modified time
    Searched refs:mWaitingNotFull (Results 1 - 2 of 2) sorted by null

  /system/media/wilhelm/src/
ThreadPool.h 58 unsigned mWaitingNotFull; ///< Number of client threads waiting to enqueue
ThreadPool.c 115 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;

Completed in 993 milliseconds