Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
DThreadPool.cpp108 err = pthread_cond_init(&tp->mCondNotEmpty, (const pthread_condattr_t *) NULL); in ThreadPool_init()
178 ok = pthread_cond_broadcast(&tp->mCondNotEmpty); in ThreadPool_deinit_internal()
215 ok = pthread_cond_destroy(&tp->mCondNotEmpty); in ThreadPool_deinit_internal()
316 ok = pthread_cond_signal(&tp->mCondNotEmpty); in ThreadPool_add()
343 ok = pthread_cond_wait(&tp->mCondNotEmpty, &tp->mMutex); in ThreadPool_remove()
DThreadPool.h56 pthread_cond_t mCondNotEmpty; ///< Signalled when a worker thread could be unblocked member