Skip to main content

sys_chan_send

Function sys_chan_send 

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

SYS_CHAN_SEND (221): send one IpcMessage to a channel, blocking if full.