Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man2/yield.2
Real path: /usr/share/man/man2/yield.2
Zurück
'\" te .\" Copyright (c) 1997, Oracle and/or its affiliates. All rights reserved. .TH yield 2 "20 Jul 1993" "Oracle Solaris 11.4" "System Calls" .SH NAME yield \- yield execution to another lightweight process .SH SYNOPSIS .LP .nf #include <unistd.h> \fBvoid\fR \fByield\fR(\fBvoid\fR); .fi .SH DESCRIPTION .sp .LP The \fByield()\fR function causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority. .SH SEE ALSO .sp .LP \fBthr_yield\fR(3C)