yield #
| Property | Details |
|---|---|
| Name | SYS_yield |
| Syscall number | 1 |
The yield syscall yields the current task’s remaining time slice to the scheduler.
Arguments #
This syscall accepts no arguments.
Return value #
Zero.
Errors #
This syscall never returns an error.