HomeSort by relevance Sort by last modified time
    Searched refs:m_threadSpecific (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.h 67 pthread_key_t m_threadSpecific;
MachineStackMarker.cpp 156 , m_threadSpecific(0)
164 if (m_threadSpecific) {
165 int error = pthread_key_delete(m_threadSpecific);
193 if (m_threadSpecific)
196 int error = pthread_key_create(&m_threadSpecific, removeThread);
205 if (!m_threadSpecific || pthread_getspecific(m_threadSpecific))
208 pthread_setspecific(m_threadSpecific, this);
468 if (m_threadSpecific) {

Completed in 264 milliseconds