Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dlogger.cc92 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()
H A Dlogger.h144 pthread_cond_t full_queue_cond_; variable