Standard C Library Functions thryield(3C)
NAME
thryield - yield to another thread
SYNOPSIS
cc -mt [ flag... ] file...[ library... ]
#include
void thryield(void);
DESCRIPTION
The thryield() function causes the current thread to yield
its execution in favor of another thread with the same or
greater priority.
RETURN VALUES
The thryield() function returns nothing and does not set
errno.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level MT-Safe
SEE ALSO
thrsetprio(3C), attributes(5), standards(5)
SunOS 5.11 Last change: 12 May 1998 1
|