]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_attr_setschedpolicy.3: ATTRIBUTES: Note functions that are thread-safe
authorPeng Haitao <penght@cn.fujitsu.com>
Mon, 21 Apr 2014 05:51:48 +0000 (13:51 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 23 Apr 2014 18:40:00 +0000 (20:40 +0200)
The functions pthread_attr_setschedpolicy() and
pthread_attr_getschedpolicy() are thread safe.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_attr_setschedpolicy.3

index fbd37cabd1e66f6ed855e1b6a5dd124b4c088c43..794aa92f4bbbb0af7c2dea3d10ec85cb16f9b247 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_ATTR_SETSCHEDPOLICY 3 2013-06-21 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSCHEDPOLICY 3 2014-04-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setschedpolicy, pthread_attr_getschedpolicy \- set/get
 scheduling policy attribute in thread attributes object
@@ -97,6 +97,13 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .BR pthread_attr_setschedpolicy ().
 .\" .SH VERSIONS
 .\" Available since glibc 2.0.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR pthread_attr_setschedpolicy ()
+and
+.BR pthread_attr_getschedpolicy ()
+functions are thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH EXAMPLE