pub fn sys_sched_yield() -> c_int
Relinquish the CPU, and switches to another task.
For single-threaded configuration (multitask feature is disabled), we just relax the CPU and wait for incoming interrupts.
multitask