NAME
pthread_yield
—
yield control of the current
thread
LIBRARY
library “libpthread”
SYNOPSIS
#include
<pthread.h>
void
pthread_yield
(void);
DESCRIPTION
Thepthread_yield
()
forces the running thread to relinquish the processor until it again becomes
the head of its thread list.
SEE ALSO
STANDARDS
The pthread_yield
() is a non-portable (but
quite common) extension to IEEE Std 1003.1-2001
(“POSIX.1”).