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

/fuchsia/zircon/system/ulib/fdio/
H A Dspawn.c139 static zx_status_t send_handles(zx_handle_t launcher, size_t handle_capacity, argument
145 size_t msg_capacity = sizeof(fuchsia_process_LauncherAddHandlesRequest) + FIDL_ALIGN(handle_capacity * sizeof(fuchsia_process_HandleInfo));
152 zx_handle_t handles[handle_capacity];
244 ZX_DEBUG_ASSERT(h <= handle_capacity);
389 size_t handle_capacity = 0; local
413 handle_capacity += FDIO_MAX_HANDLES_FOR_CLONE_OR_TRANSFER;
428 ++handle_capacity;
448 ++handle_capacity;
451 ++handle_capacity;
454 handle_capacity
[all...]

Completed in 24 milliseconds