sched_yield(3P4) — (M88K only)
NAME
sched_yield − POSIX 1003.4 get scheduling policy for a process
SYNOPSIS
#include <sched.h>
void sched_yield()
DESCRIPTION
The sched_yield() function forces the running process to relinquish the CPU until it again becomes the highest priority process which is ready to run. It takes no arguments.
RETURN VALUE
Upon completion, the sched_yield() function does not return a value.
FILES
/usr/lib/libposix4.a
SEE ALSO
sched_setscheduler(3P4), sched_getscheduler, sched_setparam(3P4), sched_getparam(3P4), sched_get_priority_max(3P4), CX/RT Reference Manual.
WARNING
The interface to sched_yield() is based on IEEE Draft Standard P1003.4/D12. This is an unapproved draft, subject to change. Use of information contained in this unapproved draft is at your own risk. This interface will change to reflect any changes made by future drafts of POSIX 1003.4.
CX/UX Programmer’s Reference Manual