
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.