Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/heap/
DMachineStackMarker.cpp203 …ASSERT(!m_heap->globalData()->exclusiveThread || m_heap->globalData()->exclusiveThread == currentT… in addCurrentThread()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp180 globalData->exclusiveThread = currentThread(); in commonJSGlobalData()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.h252 ThreadIdentifier exclusiveThread; variable
DJSGlobalData.cpp174 , exclusiveThread(0) in JSGlobalData()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-244050 Use the concept of making JSC run on an exclusiveThread instead of