yield(2) manual page
Table of Contents
yield - yield execution to another lightweight process
#include
<unistd.h>
void yield(void);
yield() causes the current lightweight
process to yield its execution in favor of another lightweight process
with the same or greater priority.
thr_yield(3T)
Table of Contents