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

  /frameworks/wilhelm/src/
ThreadPool.h 59 unsigned mWaitingNotEmpty; ///< Number of worker threads waiting to dequeue
ThreadPool.c 116 tp->mWaitingNotEmpty = 0;
314 if (0 < tp->mWaitingNotEmpty) {
315 --tp->mWaitingNotEmpty;
342 ++tp->mWaitingNotEmpty;

Completed in 136 milliseconds