_pthread_cleanup_pop

Name

_pthread_cleanup_pop -- establish cancellation handlers

Synopsis

#include <pthread.h>

void _pthread_cleanup_pop(struct _pthread_cleanup_buffer *, int);

Description

The _pthread_cleanup_pop() function provides an implementation of the pthread_cleanup_pop() macro described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).

The _pthread_cleanup_pop() function is not in the source standard; it is only in the binary standard.