next up previous contents index
Next: 27.4 Oskit API Extensions Up: 27.3 POSIX Threads Reference Previous: 27.3.41 pthread_kill: send a

27.3.42 sched_yield: Yield the processor

 

SYNOPSIS

#include <oskit/threads/pthread.h>

void sched_yield(void);

DESCRIPTION

The calling thread voluntarily yields the processor. The highest priority thread is chosen for execution.

RELATED INFORMATION

pthread_setprio, pthread_setschedparam


Utah Flux Research Group