man.bsd.lv manual page server

Manual Page Search Parameters

PTHREAD_YIELD(3) Library Functions Manual PTHREAD_YIELD(3)

pthread_yieldyield control of the current thread

library “libpthread”

#include <pthread.h>

void
pthread_yield(void);

The () forces the running thread to relinquish the processor until it again becomes the head of its thread list.

sched_yield(2)

The pthread_yield() is a non-portable (but quite common) extension to IEEE Std 1003.1-2001 (“POSIX.1”).

July 10, 2009 DragonFly-5.6.1