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

/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp161 static bool set_debugger_exception_port(zx_handle_t* eport_out) { argument
162 ASSERT_EQ(zx_port_create(0, eport_out), ZX_OK);
164 ASSERT_EQ(zx_task_bind_exception_port(self, *eport_out, kExceptionPortKey,

Completed in 83 milliseconds