Query: thr_yield
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
thr_yield(3C) Standard C Library Functions thr_yield(3C)NAMEthr_yield - yield to another threadSYNOPSIScc -mt [ flag... ] file...[ library... ] #include <thread.h> void thr_yield(void);DESCRIPTIONThe thr_yield() function causes the current thread to yield its execution in favor of another thread with the same or greater priority.RETURN VALUESThe thr_yield() function returns nothing and does not set errno.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOthr_setprio(3C), attributes(5), standards(5) SunOS 5.11 12 May 1998 thr_yield(3C)
Related Man Pages |
---|
pthread_detach(3c) - opensolaris |
thr_getprio(3c) - opensolaris |
thr_getprio(3c) - sunos |
libthread(3lib) - osx |
libthread(3lib) - redhat |
Similar Topics in the Unix Linux Community |
---|
Required info on Pstack on solaris10 |
C++ application halts at popen system call |
NTP synchronised problem in our Centos 7.6 node |