1YIELD(9) Driver Basics YIELD(9)
23
4
NAME
6yield - yield the current processor to other threads.
7
SYNOPSIS
9void __sched yield(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16This is a shortcut for kernel-space yielding - it marks the thread
17runnable and calls sys_sched_yield.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 YIELD(9)