Query: yield
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YIELD(9) Driver Basics YIELD(9)NAMEyield - yield the current processor to other threads.SYNOPSISvoid __sched yield(void);ARGUMENTSvoid no argumentsDESCRIPTIONThis is a shortcut for kernel-space yielding - it marks the thread runnable and calls sys_sched_yield.COPYRIGHTKernel Hackers Manual 2.6. July 2010 YIELD(9)