Home
last modified time | relevance | path

Searched refs:globalObjectKeyOnce (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp394 static pthread_once_t globalObjectKeyOnce = PTHREAD_ONCE_INIT; variable
414 pthread_once(&globalObjectKeyOnce, initializeGlobalObjectKey); in getThreadGlobalObject()