Home | History | Annotate | Download | only in src

Lines Matching refs:queued_lines_mutex_

57   LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_));
60 LOGGER_ASSERT(0 == pthread_mutex_unlock(&queued_lines_mutex_));
68 LOGGER_ASSERT(0 == pthread_mutex_init(&queued_lines_mutex_, NULL));
74 LOGGER_ASSERT(0 == pthread_mutex_destroy(&queued_lines_mutex_));
81 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_));
85 &queued_lines_mutex_));
94 LOGGER_ASSERT(0 == pthread_mutex_unlock(&queued_lines_mutex_));
121 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_));
126 &queued_lines_mutex_));
139 LOGGER_ASSERT(0 == pthread_mutex_unlock(&queued_lines_mutex_));
150 LOGGER_ASSERT(0 == pthread_mutex_lock(&queued_lines_mutex_));