OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 460 milliseconds