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
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
pthread_cancel() ,pthread_cleanup_pop()
MKS Toolkit 9.3 Documentation Build 6.