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

/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp619 TestTask task5; // posted after quit local
624 task2.set_finish_callback([&loop, &task4, &task5, start_time] {
626 task5.PostForTime(loop.dispatcher(), start_time + zx::msec(10));
642 EXPECT_EQ(0u, task5.run_count, "run count 5");
644 // Reset quit and keep running, now task5 should go ahead followed
654 EXPECT_EQ(1u, task5.run_count, "run count 5");
655 EXPECT_EQ(ZX_OK, task5.last_status, "status 5");
675 QuitTask task5; local
683 EXPECT_EQ(ZX_OK, task5.PostForTime(loop.dispatcher(), start_time + zx::msec(1)), "post 5");
695 EXPECT_EQ(1u, task5
[all...]

Completed in 23 milliseconds