Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.h163 static void unregisterThread(void*);
164 void unregisterThread();
DCollector.cpp663 int error = pthread_key_create(&m_currentThreadRegistrar, unregisterThread); in makeUsableFromMultipleThreads()
684 void Heap::unregisterThread(void* p) in unregisterThread() function in JSC::Heap
687 static_cast<Heap*>(p)->unregisterThread(); in unregisterThread()
690 void Heap::unregisterThread() in unregisterThread() function in JSC::Heap
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-10660 (KJS::Heap::unregisterThread):
1763 (KJS::Heap::unregisterThread): Ditto.