OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializemainthreadkeyonce
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
MainThread.cpp
109
static pthread_once_t
initializeMainThreadKeyOnce
= PTHREAD_ONCE_INIT;
119
pthread_once(&
initializeMainThreadKeyOnce
, initializeMainThreadOnce);
130
pthread_once(&
initializeMainThreadKeyOnce
, initializeMainThreadToProcessMainThreadOnce);
Completed in 44 milliseconds