Интерактивная система просмотра системных руководств (man-ов)
pthread_yield (3)
>> pthread_yield (3) ( FreeBSD man: Библиотечные вызовы )
BSD mandoc
NAME
pthread_yield
- yield control of the current thread
LIBRARY
Lb libpthread
SYNOPSIS
#include <pthread.h>
void
pthread_yield (void);
DESCRIPTION
The
pthread_yield ();
forces the running thread to relinquish the processor until it again
becomes the head of its thread list.
SEE ALSO
sched_yield2
STANDARDS
The
pthread_yield ();
is a non-portable (but quite common) extension to
St -p1003.1-2001 .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-