HomeSort by relevance Sort by last modified time
    Searched refs:mCondNotEmpty (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/
ThreadPool.h 56 pthread_cond_t mCondNotEmpty; ///< Signalled when a worker thread could be unblocked
ThreadPool.c 108 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 115 milliseconds