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

/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Dtask.h66 zx_status_t async_cancel_task(async_dispatcher_t* dispatcher, async_task_t* task);
/fuchsia/zircon/system/ulib/async/
H A Dtask.cpp52 zx_status_t status = async_cancel_task(dispatcher_, &task_);
85 zx_status_t status = async_cancel_task(dispatcher, &task_);
89 // async_cancel_task(). Assuming that |dispatcher| does not yield
H A Dops.c27 zx_status_t async_cancel_task(async_dispatcher_t* dispatcher, async_task_t* task) { function
/fuchsia/zircon/system/utest/async/
H A Dtask_tests.cpp378 EXPECT_EQ(ZX_ERR_NOT_SUPPORTED, async_cancel_task(&dispatcher, &task), "valid args");
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp129 return async_cancel_task(dispatcher, this);

Completed in 29 milliseconds