Content-type: text/html Man page of thr_yield

thr_yield

Section: Standard C Library Functions (3C)
Updated: 12 May 1998
Index Return to Main Contents
 

NAME

thr_yield - yield to another thread  

SYNOPSIS

cc -mt [ flag... ] file...[ library... ]

#include <thread.h> 

void thr_yield(void);  

DESCRIPTION

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

RETURN VALUES

The thr_yield() function returns nothing and does not set errno.  

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
MT-LevelMT-Safe

 

SEE ALSO

thr_setprio(3C), attributes(5), standards(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ATTRIBUTES
SEE ALSO

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