Searched refs:queued_lines_cond_ (Results 1 – 2 of 2) sorted by relevance
62 LOGGER_ASSERT(0 == pthread_cond_signal(&queued_lines_cond_)); in StopThread()69 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL)); in Logger()75 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_)); in ~Logger()88 LOGGER_ASSERT(0 == pthread_cond_signal(&queued_lines_cond_)); in QueueLogLine()125 LOGGER_ASSERT(0 == pthread_cond_wait(&queued_lines_cond_, in ThreadMain()
134 pthread_cond_t queued_lines_cond_; variable