The sched_yield function

Name

sched_yield -- 

Synopsis

#include <pthread.h>

int sched_yield ( );

Description

The sched_yield function yields the processor to another thread.

Returns

The sched_yield function returns 0.

Implementation Notes

None