Lines Matching refs:queued_lines_mutex_
71 int retval = pthread_mutex_lock(&queued_lines_mutex_); in StopThread()
75 retval = pthread_mutex_unlock(&queued_lines_mutex_); in StopThread()
90 LOGGER_ASSERT(0 == pthread_mutex_init(&queued_lines_mutex_, NULL)); in Logger()
96 LOGGER_ASSERT(0 == pthread_mutex_destroy(&queued_lines_mutex_)); in ~Logger()
103 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_)); in QueueLogLine()
107 &queued_lines_mutex_)); in QueueLogLine()
116 LOGGER_ASSERT(0 == pthread_mutex_unlock(&queued_lines_mutex_)); in QueueLogLine()
139 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_)); in ThreadMain()
144 &queued_lines_mutex_)); in ThreadMain()
157 LOGGER_ASSERT(0 == pthread_mutex_unlock(&queued_lines_mutex_)); in ThreadMain()
168 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_)); in ThreadMain()