pthread_testcancel()

create thread cancellation point 

Function


SYNOPSIS

#include <pthread.h>

void pthread_testcancel(void);


DESCRIPTION

The pthread_testcancel() function creates a cancellation point in the calling thread. The function has no effect if cancellation is disabled.

Refer to pthread_cancel() for a more detailed discussion of thread cancellation.


PARAMETERS

None.


RETURN VALUES

None.


CONFORMANCE

POSIX P1003.1 (1996)


MULTITHREAD SAFETY LEVEL

MT-safe, async-cancel-safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
pthread_cancel()


PTC MKS Toolkit 10.4 Documentation Build 39.