yield(2)
NAME
yield − yield execution to another lightweight process
SYNOPSIS
#include <unistd.h>
void yield(void);
DESCRIPTION
yield() causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority.
SEE ALSO
SunOS 5.5/x86 — Last change: 20 Jul 1993