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

/fuchsia/zircon/system/utest/async-testutils/
H A Dtest_loop_tests.cpp55 loop.RunUntilIdle();
100 loop.RunUntilIdle();
122 loop.RunUntilIdle();
227 loop.RunUntilIdle();
246 loop.RunUntilIdle();
258 loop.RunUntilIdle();
279 loop.RunUntilIdle();
285 loop.RunUntilIdle();
290 loop.RunUntilIdle();
330 loop.RunUntilIdle();
[all...]
/fuchsia/zircon/system/ulib/async-loop/include/lib/async-loop/cpp/
H A Dloop.h77 zx_status_t RunUntilIdle();
/fuchsia/zircon/system/ulib/async-loop/
H A Dloop_wrapper.cpp28 zx_status_t Loop::RunUntilIdle() { function in class:async::Loop
/fuchsia/zircon/system/ulib/async-testutils/include/lib/async-testutils/
H A Dtest_loop.h63 bool RunUntilIdle();
/fuchsia/zircon/system/utest/runtests-utils/
H A Dlog-exporter-test.cpp174 ASSERT_EQ(ZX_OK, log_listener->RunUntilIdle());
185 ASSERT_EQ(ZX_OK, log_listener->RunUntilIdle());
219 ASSERT_EQ(ZX_OK, log_listener->RunUntilIdle());
231 ASSERT_EQ(ZX_OK, log_listener->RunUntilIdle());
271 ASSERT_EQ(ZX_OK, log_listener->RunUntilIdle());
/fuchsia/zircon/system/ulib/runtests-utils/include/runtests-utils/
H A Dlog-exporter.h66 // Returns result of loop_.RunUntilIdle().
67 zx_status_t RunUntilIdle();
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dlog-exporter.cpp42 RunUntilIdle();
55 zx_status_t LogExporter::RunUntilIdle() { function in class:runtests::LogExporter
56 return loop_.RunUntilIdle();
/fuchsia/zircon/system/utest/fs-vnode/
H A Dservice-tests.cpp90 EXPECT_EQ(ZX_ERR_BAD_STATE, loop.RunUntilIdle());
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp80 loop_.RunUntilIdle();
105 loop_.RunUntilIdle();
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp437 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
445 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
462 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
469 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
483 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
497 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
504 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
525 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
551 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "run loop");
560 EXPECT_EQ(ZX_OK, loop.RunUntilIdle(), "ru
[all...]
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp213 bool TestLoop::RunUntilIdle() { function in class:async::TestLoop
/fuchsia/zircon/system/utest/trace/
H A Dfixture.cpp102 status = loop_.RunUntilIdle();

Completed in 63 milliseconds