The
pthread_cleanup_pop ();
function pops the top cleanup routine off of the current threads cleanup
routine stack, and, if
Fa execute
is non-zero, it will execute the function.
If there is no cleanup routine
then
pthread_cleanup_pop ();
does nothing.
RETURN VALUES
The
pthread_cleanup_pop ();
function does not return any value.
ERRORS
None
SEE ALSO
pthread_cleanup_push3,
pthread_exit3
STANDARDS
The
pthread_cleanup_pop ();
function conforms to
St -p1003.1-96 .