Home
last modified time | relevance | path

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

/system/ulib/launchpad/
A Dlaunchpad.c1041 zx_handle_t thread_copy; in prepare_start() local
1042 status = zx_handle_duplicate(thread, ZX_RIGHT_SAME_RIGHTS, &thread_copy); in prepare_start()
1048 status = launchpad_add_handle(lp, thread_copy, PA_THREAD_SELF); in prepare_start()
/system/utest/exception/
A Dexception.c738 zx_handle_t thread_copy = tu_handle_duplicate(thread); in dead_thread_unbind_helper() local
754 zx_task_bind_exception_port(thread_copy, ZX_HANDLE_INVALID, 0, 0); in dead_thread_unbind_helper()
763 tu_handle_close(thread_copy); in dead_thread_unbind_helper()

Completed in 13 milliseconds