Searched refs:bind_exception_port (Results 1 – 6 of 6) sorted by relevance
27 zx_status_t bind_exception_port( in bind_exception_port() function
106 zx_status_t (*bind_exception_port)(async_dispatcher_t* dispatcher, member
45 return dispatcher->ops->v2.bind_exception_port(dispatcher, exception); in async_bind_exception_port()
72 .bind_exception_port = stub_bind_exception_port,
164 if (root_job.bind_exception_port(exception_port, 0, 0) != ZX_OK) { in start_crashsvc()
61 .bind_exception_port = async_loop_bind_exception_port,
Completed in 16 milliseconds