Searched refs:full_queue_cond_ (Results 1 – 2 of 2) sorted by relevance
70 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL)); in Logger()76 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_)); in ~Logger()84 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_, in QueueLogLine()135 LOGGER_ASSERT(0 == pthread_cond_broadcast(&full_queue_cond_)); in ThreadMain()
137 pthread_cond_t full_queue_cond_; variable