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 |
|---|
| pthread_mutexattr_setspin_np(3t) - hpux |
| pthread_mutex_disable_handoff_np(3t) - hpux |
| pthread_yield_np(3) - osf1 |
| sched_yield(3) - osf1 |
| sched_yield(3rt) - sunos |