Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c/thr_yield.3c
Real path: /usr/share/man/man3c/thr_yield.3c
Zurück
'\" te .\" Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved. .TH thr_yield 3C "15 May 2014" "Oracle Solaris 11.4" "Standard C Library Functions" .SH NAME thr_yield \- yield to another thread .SH SYNOPSIS .LP .nf #include <thread.h> \fBvoid\fR \fBthr_yield\fR(\fBvoid\fR\fI\fR); .fi .SH DESCRIPTION .sp .LP The \fBthr_yield()\fR function causes the current thread to yield its execution in favor of another thread with the same or greater priority. .SH RETURN VALUES .sp .LP The \fBthr_yield()\fR function returns nothing and does not set \fBerrno\fR. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ MT-Level MT-Safe .TE .sp .SH SEE ALSO .sp .LP \fBthr_setprio\fR(3C), \fBattributes\fR(7), \fBstandards\fR(7)