#[no_mangle]
pub extern "C" fn __sys_sleep(
duration_ms: SleepDuration,
mode: SleepMode,
) -> StatusExpand description
C interface to crate::syscall::sleep syscall Rust implementation
#[no_mangle]
pub extern "C" fn __sys_sleep(
duration_ms: SleepDuration,
mode: SleepMode,
) -> StatusC interface to crate::syscall::sleep syscall Rust implementation