Searched refs:i_thread (Results 1 – 1 of 1) sorted by relevance
21633 InterruptThread i_thread(this); in RunTest() local21634 i_thread.Start(); in RunTest()22043 RequestInterruptTestBaseWithSimpleInterrupt() : i_thread(this) { } in RequestInterruptTestBaseWithSimpleInterrupt()22046 i_thread.Start(); in StartInterruptThread()22069 InterruptThread i_thread; member in RequestInterruptTestBaseWithSimpleInterrupt22255 ClearInterruptFromAnotherThread() : i_thread(this), sem2_(0) { } in ClearInterruptFromAnotherThread()22258 i_thread.Start(); in StartInterruptThread()22297 InterruptThread i_thread; member in ClearInterruptFromAnotherThread