Home
last modified time | relevance | path

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

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