PTHREADCLEANUPOP(3) BSD Library Functions Manual PTHREADCLEANUPOP(3)
NAME
pthreadcleanuppop -- call the first cleanup routine
SYNOPSIS
##include <>
void
pthreadcleanuppop(int execute);
DESCRIPTION
The pthreadcleanuppop() function pops the top cleanup routine off of
the current threads cleanup routine stack, and, if execute is non-zero,
it will execute the function. If there is no cleanup routine then
pthreadcleanuppop() does nothing.
RETURN VALUES
pthreadcleanuppop() does not return any value.
ERORS
None
SEE ALSO
pthreadcleanuppush(3), pthreadexit(3)
STANDARDS
pthreadcleanuppop() conforms to ISO/IEC 9945-1:1996 (``POSIX.1'').
BSD July 30, 1998 BSD
|