YIELD
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
yield - yield the current processor to other threads.
SYNOPSIS
"SYNOPSIS"
void __sched 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: 00:03:02 GMT, October 09, 2005