YIELD

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

yield - yield the current processor to other threads.  

SYNOPSIS

"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: 05:31:05 GMT, October 06, 2005