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)
| Related Man Pages |
|---|
| schedule_hrtimeout_range(9) - centos |
| remrunqueue(9) - freebsd |
| pthread_mutexattr_disable_handoff_(3t) - hpux |
| pthread_mutexattr_getspin_np(3t) - hpux |
| pthread_yield_np(3) - osf1 |