Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp49 static ThreadSet staticJavaScriptThreads; in javaScriptThreads() local
50 return &staticJavaScriptThreads; in javaScriptThreads()
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp885 static CFMutableDictionaryRef staticJavaScriptThreads; in javaScriptThreads() local
886 if (!staticJavaScriptThreads) in javaScriptThreads()
887 staticJavaScriptThreads = CFDictionaryCreateMutable(0, 0, &pthreadKeyCallbacks, 0); in javaScriptThreads()
888 return staticJavaScriptThreads; in javaScriptThreads()