Searched refs:threadSpecificKeyCreate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DDeferGC.h91 WTF::threadSpecificKeyCreate(&s_isGCDisallowedOnCurrentThread, 0);
H A DMachineStackMarker.cpp180 threadSpecificKeyCreate(&m_threadSpecific, removeThread);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadSpecificWin.cpp92 void threadSpecificKeyCreate(ThreadSpecificKey* key, void (*destructor)(void *)) function in namespace:WTF
H A DThreadSpecific.h113 inline void threadSpecificKeyCreate(ThreadSpecificKey* key, void (*destructor)(void *)) function in namespace:WTF
177 WTF_EXPORT_PRIVATE void threadSpecificKeyCreate(ThreadSpecificKey*, void (*)(void *));
H A DFastMalloc.cpp3604 threadSpecificKeyCreate(&heap_key, DestroyThreadCache);

Completed in 181 milliseconds