HomeSort by relevance Sort by last modified time
    Searched refs:queued_lines_mutex_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
logger.cc 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_));
    [all...]
logger.h 132 pthread_mutex_t queued_lines_mutex_; member in class:Logger

Completed in 23 milliseconds