Manual Pages for Linux CentOS command on man pthread_testcancel
MyWebUniversity

Manual Pages for Linux CentOS command on man pthread_testcancel

PTHREADTESTCANCEL(3) Linux Programmer's Manual PTHREADTESTCANCEL(3)

NAME

pthreadtestcancel - request delivery of any pending cancellation request SYNOPSIS

#include void pthreadtestcancel(void);

Compile and link with -pthread. DESCRIPTION Calling pthreadtestcancel() 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 pthreadsetcancelstate(3)), or no cancellation request is pending, then a call to pthreadtestcancel() has no effect. RETURN VALUE This function does not return a value. If the calling thread is can‐ celed as a consequence of a call to this function, then the function does not return. ERRORS This function always succeeds. ATTRIBUTES For an explanation of the terms used in this section, see attributes(7). ┌─────────────────────┬───────────────┬─────────┐ │Interface │ Attribute │ Value │ ├─────────────────────┼───────────────┼─────────┤

│pthreadtestcancel() │ Thread safety │ MT-Safe │ └─────────────────────┴───────────────┴─────────┘ CONFORMING TO

POSIX.1-2001. EXAMPLE See pthreadcleanuppush(3). SEE ALSO pthreadcancel(3), pthreadcleanuppush(3), pthreadsetcancelstate(3), pthreads(7) COLOPHON

This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can

be found at http://www.kernel.org/doc/man-pages/.

Linux 2012-04-14 PTHREADTESTCANCEL(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™