Searched refs:m_gcThreadsShouldWait (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DGCThreadSharedData.cpp64 , m_gcThreadsShouldWait(false)
96 m_gcThreadsShouldWait = false;
127 ASSERT(!m_gcThreadsShouldWait);
129 m_gcThreadsShouldWait = true;
136 ASSERT(m_gcThreadsShouldWait);
139 m_gcThreadsShouldWait = false;
H A DGCThread.cpp73 while (m_shared.m_gcThreadsShouldWait)
H A DGCThreadSharedData.h105 bool m_gcThreadsShouldWait; member in class:JSC::GCThreadSharedData

Completed in 129 milliseconds