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

/fuchsia/zircon/system/ulib/zx/
H A Dprocess.cpp25 uintptr_t stack, handle arg_handle,
27 return zx_process_start(get(), thread_handle.get(), entry, stack, arg_handle.release(), arg2);
24 start(const thread& thread_handle, uintptr_t entry, uintptr_t stack, handle arg_handle, uintptr_t arg2) const argument
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dprocess.h42 uintptr_t stack, handle arg_handle, uintptr_t arg2) const;
/fuchsia/zircon/kernel/syscalls/
H A Dtask.cpp393 ", arg_handle %x, arg2 %#" PRIxPTR "\n",
414 HandleOwner arg_handle = up->RemoveHandle(arg_handle_value); local
419 if (!arg_handle)
421 if (!arg_handle->HasRights(ZX_RIGHT_TRANSFER))
424 auto arg_nhv = process->MapHandleToValue(arg_handle);
425 process->AddHandle(fbl::move(arg_handle));
430 // Remove |arg_handle| from the process that failed to start.

Completed in 29 milliseconds