Searched refs:full_queue_cond_ (Results 1 – 2 of 2) sorted by relevance
92 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL)); in Logger()98 LOGGER_ASSERT(0 == pthread_cond_destroy(&full_queue_cond_)); in ~Logger()106 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_, in QueueLogLine()153 LOGGER_ASSERT(0 == pthread_cond_broadcast(&full_queue_cond_)); in ThreadMain()
144 pthread_cond_t full_queue_cond_; variable