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

  /frameworks/wilhelm/src/
ThreadPool.h 55 pthread_cond_t mCondNotFull; ///< Signalled when a client thread could be unblocked
ThreadPool.c 103 err = pthread_cond_init(&tp->mCondNotFull, (const pthread_condattr_t *) NULL);
180 ok = pthread_cond_broadcast(&tp->mCondNotFull);
219 ok = pthread_cond_destroy(&tp->mCondNotFull);
297 ok = pthread_cond_wait(&tp->mCondNotFull, &tp->mMutex);
360 ok = pthread_cond_signal(&tp->mCondNotFull);

Completed in 65 milliseconds