Searched refs:s_messageLoopInterruptor (Results 1 – 1 of 1) sorted by relevance
88 static ThreadState::Interruptor* s_messageLoopInterruptor = 0; variable158 ASSERT(!s_messageLoopInterruptor); in initializeWithoutV8()159 s_messageLoopInterruptor = new MessageLoopInterruptor(currentThread); in initializeWithoutV8()160 ThreadState::current()->addInterruptor(s_messageLoopInterruptor); in initializeWithoutV8()200 ASSERT(s_messageLoopInterruptor); in shutdown()201 ThreadState::current()->removeInterruptor(s_messageLoopInterruptor); in shutdown()202 delete s_messageLoopInterruptor; in shutdown()203 s_messageLoopInterruptor = 0; in shutdown()