Query: sched_yield
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sched_yield(3C) Standard C Library Functions sched_yield(3C)NAMEsched_yield - yield processorSYNOPSIS#include <sched.h> int sched_yield(void);DESCRIPTIONThe sched_yield() function forces the running thread to relinquish the processor until the process again becomes the head of its process list. It takes no arguments.RETURN VALUESIf successful, sched_yield() returns 0, otherwise, it returns -1, and sets errno to indicate the error condition.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ |ATTRIBUTE TYPE |ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ |Standard |See standards(5). | +-----------------------------+-----------------------------+SEE ALSOlibrt(3LIB), sched.h(3HEAD), attributes(5), standards(5) SunOS 5.11 5 Feb 2008 sched_yield(3C)
Related Man Pages |
---|
sched_yield(3c) - opensolaris |
sched_yield(3p) - centos |
sched_yield(3) - osf1 |
sched_yield(3p) - minix |
sched_yield(3p) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Adaptive Process Models and CEP |