next up previous contents index
Next: 18.3.45 osenv_process_lock: Lock the Up: 18.3 POSIX Threads Reference Previous: 18.3.43 pthread_suspend: Suspend a

18.3.44 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



University of Utah Flux Research Group