pthread_attr_setschedpolicy.3: ATTRIBUTES: Note functions that are thread-safe

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>
This commit is contained in:
Peng Haitao 2014-04-21 13:51:48 +08:00 committed by Michael Kerrisk
parent 6fea3867c0
commit 1cfb294673
1 changed files with 8 additions and 1 deletions

View 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