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 |
|---|
| std::this_thread(3) - centos |
| schedule_hrtimeout_range(9) - centos |
| ns_thread(3aolserv) - debian |
| pthread_mutex_getyieldfreq_np(3t) - hpux |
| sched_yield(3) - osf1 |