Searched refs:queued_lines_mutex_ (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dlogger.cc57 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_));
[all...]
H A Dlogger.h132 pthread_mutex_t queued_lines_mutex_; member in class:Logger

Completed in 147 milliseconds