Searched refs:unregisterThread (Results 1 – 3 of 3) sorted by relevance
163 static void unregisterThread(void*);164 void unregisterThread();
663 int error = pthread_key_create(&m_currentThreadRegistrar, unregisterThread); in makeUsableFromMultipleThreads()684 void Heap::unregisterThread(void* p) in unregisterThread() function in JSC::Heap687 static_cast<Heap*>(p)->unregisterThread(); in unregisterThread()690 void Heap::unregisterThread() in unregisterThread() function in JSC::Heap
660 (KJS::Heap::unregisterThread):1763 (KJS::Heap::unregisterThread): Ditto.