yield
Section: Kernel Hacker's Manual (9)
Updated: yield
Index
Return to Main Contents
NAME
yield - yield the current processor to other threads.
SYNOPSIS
void yield
(void);
ARGUMENTS
- void
-
no arguments
DESCRIPTION
this is a shortcut for kernel-space yielding - it marks the
thread runnable and calls sys_sched_yield.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:46 GMT, June 12, 2005