*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> tis_testcancel (3)              
Title
Content
Arch
Section
 

tis_testcancel(3)

Contents


NAME    [Toc]    [Back]

       tis_testcancel - Creates a cancellation point in the calling
 thread

SYNOPSIS    [Toc]    [Back]

       #include <tis.h>

       void tis_testcancel(
               void );

LIBRARY    [Toc]    [Back]

       Standard C Library (libc.so, libc.a)

STANDARDS    [Toc]    [Back]

       None

PARAMETERS    [Toc]    [Back]

       None

DESCRIPTION    [Toc]    [Back]

       This routine requests delivery of a  pending  cancellation
       request  to the calling thread. Thus, this routine creates
       a cancellation point in the calling thread.  The cancellation
 request is delivered only if a request is pending for
       the calling thread and the calling thread's  cancelability
       state is enabled. (A thread disables delivery of cancellation
 requests to itself by calling tis_setcancelstate(3).)

       This  routine, when called within very long loops, ensures
       that a pending cancellation request is  noticed  within  a
       reasonable amount of time.

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Functions: tis_setcancelstate(3)

       Manuals: Guide to DECthreads and Programmer's Guide



                                                tis_testcancel(3)
[ Back ]
 Similar pages
Name OS Title
pthread_testcancel Tru64 Requests delivery of a pending cancellation request to the calling thread
pthread_cancel IRIX request cancellation of a thread
pthread_join Tru64 Causes the calling thread to wait for the termination of the specified thread
pxfsetsid IRIX Creates a new session for a calling process
pthread_exit FreeBSD terminate the calling thread
pthread_exit IRIX terminate the calling thread
pthread_exit Tru64 Terminates the calling thread
pthread_exit OpenBSD terminate the calling thread
tis_self Tru64 Obtains the identifier of the calling thread
pthread_self Tru64 Obtains the identifier of the calling thread
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service