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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp1214 void ThreadState::addInterruptor(Interruptor* interruptor) argument
1220 m_interruptors.append(interruptor);
1224 void ThreadState::removeInterruptor(Interruptor* interruptor) argument
1230 size_t index = m_interruptors.find(interruptor);

Completed in 688 milliseconds