summaryrefslogtreecommitdiffstats
path: root/man3/__ppc_yield.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/__ppc_yield.3')
-rw-r--r--man3/__ppc_yield.314
1 files changed, 6 insertions, 8 deletions
diff --git a/man3/__ppc_yield.3 b/man3/__ppc_yield.3
index db44c85ad..465dd29d1 100644
--- a/man3/__ppc_yield.3
+++ b/man3/__ppc_yield.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH __ppc_yield 3 2022-12-15 "Linux man-pages 6.03"
+.TH __ppc_yield 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
__ppc_yield, __ppc_mdoio, __ppc_mdoom \-
Hint the processor to release shared resources
@@ -41,29 +41,27 @@ provides a hint that performance will probably be improved if shared
resources dedicated to the executing processor are released until all
outstanding storage accesses to cacheable storage for which the data
is not in the cache have been completed.
-.SH VERSIONS
-These functions first appeared in glibc 2.18.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR __ppc_yield (),
.BR __ppc_mdoio (),
.BR __ppc_mdoom ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-These functions are nonstandard GNU extensions.
+GNU.
+.SH HISTORY
+glibc 2.18.
.SH SEE ALSO
.BR __ppc_set_ppr_med (3)
.PP