OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_queue_cond_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
logger.cc
70
LOGGER_ASSERT(0 == pthread_cond_init(&
full_queue_cond_
, NULL));
76
LOGGER_ASSERT(0 == pthread_cond_destroy(&
full_queue_cond_
));
84
LOGGER_ASSERT(0 == pthread_cond_wait(&
full_queue_cond_
,
135
LOGGER_ASSERT(0 == pthread_cond_broadcast(&
full_queue_cond_
));
logger.h
137
pthread_cond_t
full_queue_cond_
;
member in class:Logger
Completed in 236 milliseconds