tail head cat sleep
QR code linking to this page

Manual Pages  — PTHREAD_YIELD

NAME

pthread_yield – yield control of the current thread

CONTENTS

LIBRARY

POSIX Threads Library (libpthread, -lpthread)

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_yield(2)

STANDARDS

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

PTHREAD_YIELD (3) September 18, 2006

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

I have a natural revulsion to any operating system that shows so little planning as to have to named all of its commands after digestive noises (awk, grep, fsck, nroff).