Searched refs:interrupt_cancelled (Results 1 – 1 of 1) sorted by relevance
108 zx::interrupt interrupt_cancelled; in interrupt_test() local115 ASSERT_EQ(zx::interrupt::create(*resource, 0, ZX_INTERRUPT_VIRTUAL, &interrupt_cancelled), in interrupt_test()118 ASSERT_EQ(interrupt_cancelled.destroy(), ZX_OK); in interrupt_test()119 ASSERT_EQ(interrupt_cancelled.trigger(0, signaled_timestamp), ZX_ERR_CANCELED); in interrupt_test()123 ASSERT_EQ(interrupt_cancelled.wait(×tamp), ZX_ERR_CANCELED); in interrupt_test()
Completed in 2 milliseconds