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

/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Dwait.h70 zx_status_t async_cancel_wait(async_dispatcher_t* dispatcher, async_wait_t* wait);
/fuchsia/zircon/system/ulib/async/
H A Dwait.cpp15 zx_status_t status = async_cancel_wait(dispatcher_, &wait_);
39 zx_status_t status = async_cancel_wait(dispatcher, &wait_);
43 // async_cancel_wait(). Assuming that |dispatcher| never queues
H A Dops.c19 zx_status_t async_cancel_wait(async_dispatcher_t* dispatcher, async_wait_t* wait) { function
/fuchsia/zircon/system/utest/async/
H A Dwait_tests.cpp261 EXPECT_EQ(ZX_ERR_NOT_SUPPORTED, async_cancel_wait(&dispatcher, &wait), "valid args");
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp46 return async_cancel_wait(dispatcher, this);

Completed in 46 milliseconds