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

/fuchsia/zircon/system/ulib/launchpad/
H A Dlaunchpad.c1041 zx_handle_t thread_copy; local
1042 status = zx_handle_duplicate(thread, ZX_RIGHT_SAME_RIGHTS, &thread_copy);
1048 status = launchpad_add_handle(lp, thread_copy, PA_THREAD_SELF);
/fuchsia/zircon/system/utest/exception/
H A Dexception.c731 zx_handle_t thread_copy = tu_handle_duplicate(thread); local
747 zx_task_bind_exception_port(thread_copy, ZX_HANDLE_INVALID, 0, 0);
756 tu_handle_close(thread_copy);

Completed in 21 milliseconds