OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setinheritsched.3
index a23767a..162e0ce 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_ATTR_SETINHERITSCHED 3 2013-04-19 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETINHERITSCHED 3 2014-05-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setinheritsched, pthread_attr_getinheritsched \- set/get
 inherit-scheduler attribute in thread attributes object
@@ -107,6 +107,13 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .BR pthread_attr_setinheritsched ().
 .\" .SH VERSIONS
 .\" Available since glibc 2.0.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR pthread_attr_setinheritsched ()
+and
+.BR pthread_attr_getinheritsched ()
+functions are thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH BUGS
@@ -131,7 +138,6 @@ See
 .SH SEE ALSO
 .ad l
 .nh
-.BR sched_setscheduler (2),
 .BR pthread_attr_init (3),
 .BR pthread_attr_setschedparam (3),
 .BR pthread_attr_setschedpolicy (3),
@@ -139,12 +145,14 @@ See
 .BR pthread_create (3),
 .BR pthread_setschedparam (3),
 .BR pthread_setschedprio (3),
-.BR pthreads (7)
+.BR pthreads ,(7)
+.BR sched (7)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.67 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.