thr_yield(3T)
NAME
thr_yield − yield execution to another thread
SYNOPSIS
#include <thread.h>
void thr_yield(void);
MT-LEVEL
MT-Safe
DESCRIPTION
thr_yield() causes the current thread to yield its execution in favor of another thread with the same or greater priority.
SEE ALSO
Sun Microsystems — Last change: 22 Jan 1993