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

The functions pthread_setcancelstate() and
pthread_setcanceltype() 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-05-13 16:59:44 +08:00 committed by Michael Kerrisk
parent f9371cc405
commit 50b60123d0
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_SETCANCELSTATE 3 2008-11-24 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_SETCANCELSTATE 3 2014-05-13 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setcancelstate, pthread_setcanceltype \-
set cancelability state and type
@ -110,6 +110,13 @@ Invalid value for
.IR type .
.\" .SH VERSIONS
.\" Available since glibc 2.0
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR pthread_setcancelstate ()
and
.BR pthread_setcanceltype ()
functions are thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES