Searched refs:mCondNotFull (Results 1 – 2 of 2) sorted by relevance
103 err = pthread_cond_init(&tp->mCondNotFull, (const pthread_condattr_t *) NULL); in ThreadPool_init()180 ok = pthread_cond_broadcast(&tp->mCondNotFull); in ThreadPool_deinit_internal()219 ok = pthread_cond_destroy(&tp->mCondNotFull); in ThreadPool_deinit_internal()297 ok = pthread_cond_wait(&tp->mCondNotFull, &tp->mMutex); in ThreadPool_add()360 ok = pthread_cond_signal(&tp->mCondNotFull); in ThreadPool_remove()
55 pthread_cond_t mCondNotFull; ///< Signalled when a client thread could be unblocked member