public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Kerrisk <mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: Loic Domaigne <tech-Z4JMKDdsf89Wk0Htik3J/w@public.gmane.org>
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	josv-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
	Karsten Weiss
	<K.Weiss-Pt+Xe7GJXK+P2YhJcF5u+nqWYbMAw+HU@public.gmane.org>,
	Bert Wesarg <bert.wesarg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Subject: Re: For review: pthread_testcancel.3
Date: Tue, 18 Nov 2008 08:49:46 -0500	[thread overview]
Message-ID: <4922C7FA.3070609@gmail.com> (raw)
In-Reply-To: <4921C98B.9000603-Z4JMKDdsf89Wk0Htik3J/w@public.gmane.org>

Loic Domaigne wrote:
> Fine with me,

Thanks for checking the page over Loic.

Cheers,

Michael

>> 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)
>>
> 
> 

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html

--
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

      parent reply	other threads:[~2008-11-18 13:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4922C7FA.3070609@gmail.com \
    --to=mtk.manpages-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=K.Weiss-Pt+Xe7GJXK+P2YhJcF5u+nqWYbMAw+HU@public.gmane.org \
    --cc=bert.wesarg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org \
    --cc=josv-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=tech-Z4JMKDdsf89Wk0Htik3J/w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox