Searched refs:resume_from_exception (Results 1 – 5 of 5) sorted by relevance
44 zx_status_t resume_from_exception(const object<port>& port, uint32_t options) const { in resume_from_exception() function
112 zx_status_t (*resume_from_exception)(async_dispatcher_t* dispatcher, member
61 return dispatcher->ops->v2.resume_from_exception(dispatcher, exception, task, options); in async_resume_from_exception()
74 .resume_from_exception = stub_resume_from_exception,
63 .resume_from_exception = async_loop_resume_from_exception,
Completed in 12 milliseconds