OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sOnceControl
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/cpustats/
ThreadCpuUsage.h
49
(void) pthread_once(&
sOnceControl
, &init);
132
static pthread_once_t
sOnceControl
;
/frameworks/native/libs/cpustats/
ThreadCpuUsage.cpp
166
pthread_once_t ThreadCpuUsage::
sOnceControl
= PTHREAD_ONCE_INIT;
Completed in 1130 milliseconds