public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* For review: pthread_testcancel.3
@ 2008-11-14 18:46 Michael Kerrisk
       [not found] ` <cfd18e0f0811141046t66b013dev7abc0fb9a36a96bf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Kerrisk @ 2008-11-14 18:46 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: josv-hpIqsD4AKlfQT0dZR+AlfA, Loic Domaigné, Karsten Weiss,
	Bert Wesarg

Okay -- really the last one for today.  Any reviewers for pthread_testcancel.3

Cheers,

Michael

.\" Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk
.\"     <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
.\"
.\" 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.
.\"
.\" Permission is granted to copy and distribute modified versions of this
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
.\"
.\" Since the Linux kernel and libraries are constantly changing, this
.\" manual page may be incorrect or out-of-date.  The author(s) assume no
.\" responsibility for errors or omissions, or for damages resulting from
.\" the use of the information contained herein.  The author(s) may not
.\" have taken the same level of care in the production of this manual,
.\" which is licensed free of charge, as they might when working
.\" professionally.
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PTHREAD_TESTCANCEL 3 2008-11-14 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_testcancel \- request delivery of any pending cancellation request
.SH SYNOPSIS
.nf
.B #include <pthread.h>

.B void pthread_testcancel(void);
.sp
Compile and link with \fI\-pthread\fP.
.SH DESCRIPTION
Calling
.BR pthread_testcancel ()
creates a cancellation point within the calling thread,
so that a thread that is otherwise executing code that contains
no cancellation points will respond to a cancellation request.

If cancelability is disabled (using
.BR pthread_setcancelstate (3)),
or no cancellation request is pending,
then a call to
.BR pthread_cancel ()
has no effect.
.SH RETURN VALUE
This function does not return a value.
If the calling thread is cancelled as a consequence of a call
to this function, then the function does not return.
.SH ERRORS
This function always succeeds.
.\" SH VERSIONS
.\" Available since glibc 2.0
.SH CONFORMING TO
POSIX.1-2001.
.SH EXAMPLE
See
.BR pthread_cleanup_push (3).
.SH SEE ALSO
.BR pthread_cancel (3),
.BR pthread_cleanup_push (3),
.BR pthread_setcancelstate (3),
.BR pthreads (7)
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-18 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 18:46 For review: pthread_testcancel.3 Michael Kerrisk
     [not found] ` <cfd18e0f0811141046t66b013dev7abc0fb9a36a96bf-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-11-17 19:44   ` Loic Domaigne
     [not found]     ` <4921C98B.9000603-Z4JMKDdsf89Wk0Htik3J/w@public.gmane.org>
2008-11-18 13:49       ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox