Name

yield — yield the current processor to other threads.

Synopsis

void __sched 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.