Function syscall::call::sched_yield [] [src]

pub fn sched_yield() -> Result<usize>

Yield the process's time slice to the kernel

This function will return Ok(0) on success