SYS_SCHED_YIELD

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

 

NAME

sys_sched_yield - yield the current processor to other threads.  

SYNOPSIS

"SYNOPSIS"

asmlinkage long sys_sched_yield ( void);  

ARGUMENTS

void
no arguments
 

DESCRIPTION

this function yields the current CPU by moving the calling thread to the expired array. If there are no other threads running on this CPU then this function will return.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:31:00 GMT, October 06, 2005