Home | History | Annotate | Download | only in win

Lines Matching refs:staticJavaScriptThreads

1094     static CFMutableDictionaryRef staticJavaScriptThreads;
1095 if (!staticJavaScriptThreads)
1096 staticJavaScriptThreads = CFDictionaryCreateMutable(0, 0, &pthreadKeyCallbacks, 0);
1097 return staticJavaScriptThreads;