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

/external/stressapptest/src/
H A Dlogger.cc70 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL));
76 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_));
84 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_,
135 LOGGER_ASSERT(0 == pthread_cond_broadcast(&full_queue_cond_));
H A Dlogger.h137 pthread_cond_t full_queue_cond_; member in class:Logger

Completed in 222 milliseconds