Removes a cleanup routine from the top of cleanup stack of the calling thread.
#include <pthread.h>
void pthread_cleanup_pop (
int execute);
(IN) Specifies whether the cleanup routine should be executed or just removed with the following values: