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

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DDeferGC.h77 WTF::threadSpecificSet(s_isGCDisallowedOnCurrentThread, reinterpret_cast<void*>(true));
82 WTF::threadSpecificSet(s_isGCDisallowedOnCurrentThread, reinterpret_cast<void*>(false));
H A DMachineStackMarker.cpp190 threadSpecificSet(m_threadSpecific, this);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadSpecificWin.cpp110 void threadSpecificSet(ThreadSpecificKey key, void* data) function in namespace:WTF
H A DThreadSpecific.h127 inline void threadSpecificSet(ThreadSpecificKey key, void* value) function in namespace:WTF
179 WTF_EXPORT_PRIVATE void threadSpecificSet(ThreadSpecificKey, void*);
H A DFastMalloc.cpp3016 threadSpecificSet(heap_key, heap);

Completed in 84 milliseconds