Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
DThreadPool.cpp115 tp->mWaitingNotFull = 0; in ThreadPool_init()
296 ++tp->mWaitingNotFull; in ThreadPool_add()
301 assert(0 < tp->mWaitingNotFull); in ThreadPool_add()
302 --tp->mWaitingNotFull; in ThreadPool_add()
358 if (0 < tp->mWaitingNotFull) { in ThreadPool_remove()
359 --tp->mWaitingNotFull; in ThreadPool_remove()
DThreadPool.h58 unsigned mWaitingNotFull; ///< Number of client threads waiting to enqueue member