__sys_wait_for_event

Function __sys_wait_for_event 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __sys_wait_for_event( mask: u8, timeout: i32, ) -> Status
Expand description

C interface to crate::syscall::wait_for_event syscall Rust implementation