pub fn sys_ipc_create_port(_flags: u64) -> Result<u64, SyscallError>Expand description
SYS_IPC_CREATE_PORT: create an IPC port bound to the current task.
pub fn sys_ipc_create_port(_flags: u64) -> Result<u64, SyscallError>SYS_IPC_CREATE_PORT: create an IPC port bound to the current task.