Skip to main content

sys_ipc_call

Function sys_ipc_call 

Source
pub fn sys_ipc_call(port_handle: u64, msg_ptr: u64) -> Result<u64, SyscallError>
Expand description

SYS_IPC_CALL: synchronous RPC : send + block until reply arrives.