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

/fuchsia/zircon/system/ulib/async-testutils/include/lib/async-testutils/
H A Dtest_loop.h24 class TestLoop { class in namespace:async
26 TestLoop();
27 ~TestLoop();
65 // The initial value of the state of the TestLoop.
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp50 class TestLoop::TestLoopTimeKeeper : public TimeKeeper {
125 class TestLoop::TestLoopInterface : public LoopInterface {
127 TestLoopInterface(TestLoop* loop, TestLoopDispatcher* dispatcher)
144 TestLoop* const loop_;
148 TestLoop::TestLoop() function in class:async::TestLoop
154 TestLoop::~TestLoop() {
158 async_dispatcher_t* TestLoop::dispatcher() {
162 fbl::unique_ptr<LoopInterface> TestLoop
[all...]
/fuchsia/zircon/system/utest/async-testutils/
H A Dtest_loop_tests.cpp39 async::TestLoop loop;;
50 async::TestLoop loop;
86 async::TestLoop loop;
109 async::TestLoop loop;
154 async::TestLoop loop;
178 async::TestLoop loop;
211 async::TestLoop loop;
238 async::TestLoop loop;
269 async::TestLoop loop;
300 async::TestLoop loo
[all...]

Completed in 80 milliseconds