summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setinheritsched.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setinheritsched.3')
-rw-r--r--man3/pthread_attr_setinheritsched.335
1 files changed, 19 insertions, 16 deletions
diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
index 832f3b543..6a712fc91 100644
--- a/man3/pthread_attr_setinheritsched.3
+++ b/man3/pthread_attr_setinheritsched.3
@@ -38,11 +38,14 @@ or whether it will take them from
The following scheduling attributes are affected by the
inherit-scheduler attribute:
scheduling policy
-.RB ( pthread_attr_setschedpolicy (3)),
+\%(\c
+.MR pthread_attr_setschedpolicy 3 ),
scheduling priority
-.RB ( pthread_attr_setschedparam (3)),
+\%(\c
+.MR pthread_attr_setschedparam 3 ),
and contention scope
-.RB ( pthread_attr_setscope (3)).
+\%(\c
+.MR pthread_attr_setscope 3 ).
.P
The following values may be specified in
.IR inheritsched :
@@ -89,7 +92,7 @@ error ("attempt was made to set the attribute to an unsupported value") for
.BR pthread_attr_setinheritsched ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -109,7 +112,7 @@ glibc 2.0.
POSIX.1-2001.
.SH BUGS
As at glibc 2.8, if a thread attributes object is initialized using
-.BR pthread_attr_init (3),
+.MR pthread_attr_init 3 ,
then the scheduling policy of the attributes object is set to
.B SCHED_OTHER
and the scheduling priority is set to 0.
@@ -120,21 +123,21 @@ wrongly inherits its scheduling attributes from the creating thread.
This bug does not occur if either the scheduling policy or
scheduling priority attribute is explicitly set
in the thread attributes object before calling
-.BR pthread_create (3).
+.MR pthread_create 3 .
.\" FIXME . Track status of the following bug:
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=7007
.SH EXAMPLES
See
-.BR pthread_setschedparam (3).
+.MR pthread_setschedparam 3 .
.SH SEE ALSO
.ad l
.nh
-.BR pthread_attr_init (3),
-.BR pthread_attr_setschedparam (3),
-.BR pthread_attr_setschedpolicy (3),
-.BR pthread_attr_setscope (3),
-.BR pthread_create (3),
-.BR pthread_setschedparam (3),
-.BR pthread_setschedprio (3),
-.BR pthreads (7),
-.BR sched (7)
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setschedparam 3 ,
+.MR pthread_attr_setschedpolicy 3 ,
+.MR pthread_attr_setscope 3 ,
+.MR pthread_create 3 ,
+.MR pthread_setschedparam 3 ,
+.MR pthread_setschedprio 3 ,
+.MR pthreads 7 ,
+.MR sched 7