sys_sched_yield [kernel/sched.c] | ||
Arguments
Return values This system call always returns 0. Remarks If the current process is the only process in the highest priority list at that time, this process will continue to run after a call to sys_sched_yield. Compatibility n/a |