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

/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Dwait.h55 zx_status_t async_begin_wait(async_dispatcher_t* dispatcher, async_wait_t* wait);
/fuchsia/zircon/system/ulib/fidl/
H A Dbind.c73 status = async_begin_wait(dispatcher, wait);
93 zx_status_t status = async_begin_wait(dispatcher, &binding->wait);
/fuchsia/zircon/system/ulib/async/
H A Dwait.cpp25 zx_status_t status = async_begin_wait(dispatcher, &wait_);
H A Dops.c15 zx_status_t async_begin_wait(async_dispatcher_t* dispatcher, async_wait_t* wait) { function
/fuchsia/zircon/system/ulib/loader-service/
H A Dloader-service.c364 status = async_begin_wait(dispatcher, wait);
395 status = async_begin_wait(svc->dispatcher, &session_state->wait);
/fuchsia/zircon/system/ulib/trace-engine/
H A Dengine.cpp214 status = async_begin_wait(dispatcher, &g_event_wait);
432 status = async_begin_wait(dispatcher, &g_event_wait);
/fuchsia/zircon/system/utest/async/
H A Dwait_tests.cpp251 EXPECT_EQ(ZX_ERR_NOT_SUPPORTED, async_begin_wait(&dispatcher, &wait), "valid args");
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp42 return async_begin_wait(dispatcher, this);

Completed in 203 milliseconds