struct minip_ctx_t
Defined at line 14 of file ../../zircon/system/ulib/mini-process/subprocess.h
This struct defines the first message that the child process gets.
Public Members
typeof (zx_handle_close) * handle_close
typeof (zx_object_wait_async) * object_wait_async
typeof (zx_object_wait_one) * object_wait_one
typeof (zx_object_signal) * object_signal
typeof (zx_event_create) * event_create
typeof (zx_profile_create) * profile_create
typeof (zx_channel_create) * channel_create
typeof (zx_channel_read) * channel_read
typeof (zx_channel_write) * channel_write
typeof (zx_process_exit) * process_exit
typeof (zx_object_get_info) * object_get_info
typeof (zx_port_cancel) * port_cancel
typeof (zx_port_create) * port_create
typeof (zx_pager_create) * pager_create
typeof (zx_pager_create_vmo) * pager_create_vmo
typeof (zx_vmo_create_contiguous) * vmo_contiguous_create
typeof (zx_vmo_create_physical) * vmo_physical_create
typeof (zx_vmo_replace_as_executable) * vmo_replace_as_executable
typeof (zx_thread_exit) * thread_exit
typeof (zx_system_get_page_size) * system_get_page_size
typeof (zx_vmo_read) * vmo_read
typeof (zx_vmo_write) * vmo_write