OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atrace_once_control
(Results
1 - 1
of
1
) sorted by null
/system/core/libcutils/
trace.c
38
static pthread_once_t
atrace_once_control
= PTHREAD_ONCE_INIT;
variable
185
pthread_once(&
atrace_once_control
, atrace_init_once);
Completed in 53 milliseconds