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

/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Dtime.h15 zx_time_t async_now(async_dispatcher_t* dispatcher);
/fuchsia/zircon/system/ulib/async/include/lib/async/cpp/
H A Dtime.h16 return zx::time(async_now(dispatcher));
/fuchsia/zircon/system/utest/async/
H A Dtime_tests.cpp26 EXPECT_EQ(0u, async_now(&dispatcher));
30 EXPECT_EQ(4u, async_now(&dispatcher));
34 EXPECT_EQ(1853u, async_now(&dispatcher));
/fuchsia/zircon/system/ulib/async/
H A Dops.c11 zx_time_t async_now(async_dispatcher_t* dispatcher) { function
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp119 this->deadline = async_now(dispatcher);

Completed in 84 milliseconds