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

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

Completed in 53 milliseconds