Query: yield
OS: opensolaris
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
yield(2) System Calls yield(2)NAMEyield - yield execution to another lightweight processSYNOPSIS#include <unistd.h> void yield(void);DESCRIPTIONThe yield() function causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority.SEE ALSOthr_yield(3C) SunOS 5.11 20 Jul 1993 yield(2)