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 OmniOS