#include <pthread.h>
int sched_yield ( );
int sched_yield
The sched_yield function yields the processor to another thread.
The sched_yield function returns 0.
None