schedyield(2) schedyield(2)
NAME
schedyield - yield the processor
C SYNOPSIS
#include <sched.h>
int schedyield (void);
DESCRIPTION
The schedyield system call causes the calling process to relinquish the
processor to a runnable process of higher or equal priority. In the
event a higher or equal priority process is not available, the calling
process reacquires control of the processor.
SEE ALSO
DIAGNOSTICS
Upon successful completion, a value of 0 is returned to the calling
process.
Page 1