sys_sched_yield  [kernel/sched.c]


Yields the processor's execution of the current process.

Arguments

eax 158

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