1yield(2) System Calls yield(2)
23
4
NAME
6yield - yield execution to another lightweight process
7
SYNOPSIS
9#include <unistd.h>
1011
void yield(void);
1213
DESCRIPTION
15The yield() function causes the current lightweight process to yield
16its execution in favor of another lightweight process with the same or
17greater priority.
18
SEE ALSO
20thr_yield(3C)
2122
23
24
SunOS 5.11 20 Jul 1993 yield(2)