Home
last modified time | relevance | path

Searched refs:i_thread (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc21633 InterruptThread i_thread(this); in RunTest() local
21634 i_thread.Start(); in RunTest()
22043 RequestInterruptTestBaseWithSimpleInterrupt() : i_thread(this) { } in RequestInterruptTestBaseWithSimpleInterrupt()
22046 i_thread.Start(); in StartInterruptThread()
22069 InterruptThread i_thread; member in RequestInterruptTestBaseWithSimpleInterrupt
22255 ClearInterruptFromAnotherThread() : i_thread(this), sem2_(0) { } in ClearInterruptFromAnotherThread()
22258 i_thread.Start(); in StartInterruptThread()
22297 InterruptThread i_thread; member in ClearInterruptFromAnotherThread