1YIELD(9)                         Driver Basics                        YIELD(9)
2
3
4

NAME

6       yield - yield the current processor to other threads.
7

SYNOPSIS

9       void __sched yield(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       This is a shortcut for kernel-space yielding - it marks the thread
17       runnable and calls sys_sched_yield.
18
20Kernel Hackers Manual 2.6.       November 2011                        YIELD(9)
Impressum