Searched refs:m_currentThreadRegistrar (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DCollector.cpp146 , m_currentThreadRegistrar(0)
202 if (m_currentThreadRegistrar) {
203 int error = pthread_key_delete(m_currentThreadRegistrar);
660 if (m_currentThreadRegistrar)
663 int error = pthread_key_create(&m_currentThreadRegistrar, unregisterThread);
672 if (!m_currentThreadRegistrar || pthread_getspecific(m_currentThreadRegistrar))
675 pthread_setspecific(m_currentThreadRegistrar, this);
978 if (m_currentThreadRegistrar) {
H A DCollector.h168 pthread_key_t m_currentThreadRegistrar; member in class:JSC::Heap

Completed in 70 milliseconds