The
sched_yield ();
system call forces the running process to relinquish the processor until it
again becomes the head of its process list.
It takes no arguments.
RETURN VALUES
Rv -std sched_yield
ERRORS
On failure
errno
will be set to the corresponding value:
Bq Er ENOSYS
The system is not configured to support this functionality.
STANDARDS
The
sched_yield ();
system call conforms to
St -p1003.1b-93 .