Content-type: text/html Man page of yield

yield

Section: System Calls (2)
Updated: 20 Jul 1993
Index Return to Main Contents
 

NAME

yield - yield execution to another lightweight process  

SYNOPSIS

#include <unistd.h>

void yield(void);  

DESCRIPTION

The yield() function causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority.  

SEE ALSO

thr_yield(3C)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:15 GMT, October 02, 2010