void yield ( void);
void yield
void
no arguments
this is a shortcut for kernel-space yielding - it marks the thread runnable and calls sys_sched_yield.
sys_sched_yield