Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp52 static ThreadSet staticJavaScriptThreads; in javaScriptThreads() local
53 return &staticJavaScriptThreads; in javaScriptThreads()
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp1094 static CFMutableDictionaryRef staticJavaScriptThreads; in javaScriptThreads() local
1095 if (!staticJavaScriptThreads) in javaScriptThreads()
1096 staticJavaScriptThreads = CFDictionaryCreateMutable(0, 0, &pthreadKeyCallbacks, 0); in javaScriptThreads()
1097 return staticJavaScriptThreads; in javaScriptThreads()