yield

Name

yield --  yield the current processor to other threads.

Synopsis

void yield ( void);

Arguments

void

no arguments

Description

this is a shortcut for kernel-space yielding - it marks the thread runnable and calls sys_sched_yield.