SYNOPSIS
#include <pthread.h>
void pthread_cleanup_push(void (*handler)(void *), void *arg);
DESCRIPTION
The
Refer to
PARAMETERS
- handler
-
Is the cancellation cleanup handler function to be pushed on the top of the thread's cancellation cleanup stack.
- arg
-
Is the argument to be passed to the cancellation handler function if it is invoked.
RETURN VALUES
None.
CONFORMANCE
POSIX P1003.1 (1996)
MULTITHREAD SAFETY LEVEL
MT-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() ,pthread_cleanup_pop()
PTC MKS Toolkit 10.4 Documentation Build 39.