]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_kill_other_threads_np.3
intro.1, _exit.2, access.2, alarm.2, alloc_hugepages.2, arch_prctl.2, bind.2, chdir...
[thirdparty/man-pages.git] / man3 / pthread_kill_other_threads_np.3
index 6b5483f4692974e8a5a1642969b0939980e9ff8a..a4140195c791d69ab948bdc213cb5f98b2ebd402 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2009 Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,8 +21,9 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH PTHREAD_KILL_OTHER_THREADS_NP 3 2009-01-28 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_KILL_OTHER_THREADS_NP 3 2010-09-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_kill_other_threads_np \- terminate all other threads in process
 .SH SYNOPSIS
@@ -43,7 +45,8 @@ and the cleanup handlers are not called in those threads.
 .\" .SH VERSIONS
 .\" Available since glibc 2.0
 .SH CONFORMING TO
-This function is a non-standard GNU extension.
+This function is a nonstandard GNU extension;
+hence the suffix "_np" (nonportable) in the name.
 .SH NOTES
 .BR pthread_kill_other_threads_np ()
 is intended to be called just before a thread calls
@@ -60,9 +63,9 @@ exists, but does nothing.
 (Nothing needs to be done,
 because the implementation does the right thing during an
 .BR execve (2).)
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR execve (2),
+.BR pthread_cancel (3),
 .BR pthread_setcancelstate (3),
 .BR pthread_setcanceltype (3),
-.BR pthread_cancel (3),
 .BR pthreads (7)