HomeSort by relevance Sort by last modified time
    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