YIELD(2) System Calls YIELD(2)
yield - yield execution to another lightweight process
#include <unistd.h>
void yield(void);
The yield() function causes the current lightweight process to yield
its execution in favor of another lightweight process with the same
or greater priority.
thr_yield(3C)
July 20, 1993 YIELD(2)
NAME
yield - yield execution to another lightweight process
SYNOPSIS
#include <unistd.h>
void yield(void);
DESCRIPTION
The yield() function causes the current lightweight process to yield
its execution in favor of another lightweight process with the same
or greater priority.
SEE ALSO
thr_yield(3C)
July 20, 1993 YIELD(2)