Home
last modified time | relevance | path

Searched refs:queued_lines_cond_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dlogger.cc78 retval = pthread_cond_signal(&queued_lines_cond_); in StopThread()
91 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL)); in Logger()
97 LOGGER_ASSERT(0 == pthread_cond_destroy(&queued_lines_cond_)); in ~Logger()
110 LOGGER_ASSERT(0 == pthread_cond_signal(&queued_lines_cond_)); in QueueLogLine()
143 LOGGER_ASSERT(0 == pthread_cond_wait(&queued_lines_cond_, in ThreadMain()
Dlogger.h141 pthread_cond_t queued_lines_cond_; variable