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)
| Related Man Pages |
|---|
| pthread_mutexattr_setspin_np(3t) - hpux |
| index(3c) - opensolaris |
| mktemp(1) - hpux |
| pthread_mutex_disable_handoff_np(3t) - hpux |
| pthread_mutexattr_getspin_np(3t) - hpux |