*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> pthread_cleanup_pop (3)              
Title
Content
Arch
Section
 

PTHREAD_CLEANUP_POP(3)

Contents


NAME    [Toc]    [Back]

     pthread_cleanup_pop -- call the first cleanup routine

LIBRARY    [Toc]    [Back]

     Reentrant C Library (libc_r, -lc_r)

SYNOPSIS    [Toc]    [Back]

     #include <pthread.h>

     void
     pthread_cleanup_pop(int execute);

DESCRIPTION    [Toc]    [Back]

     The pthread_cleanup_pop() 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
     pthread_cleanup_pop() does nothing.

RETURN VALUES    [Toc]    [Back]

     The pthread_cleanup_pop() function does not return any value.

ERRORS    [Toc]    [Back]

     None

SEE ALSO    [Toc]    [Back]

      
      
     pthread_cleanup_push(3), pthread_exit(3)

STANDARDS    [Toc]    [Back]

     The pthread_cleanup_pop() function conforms to ISO/IEC 9945-1:1996
     (``POSIX.1'').


FreeBSD 5.2.1			 July 30, 1998			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
pthread_cleanup_pop Tru64 (Macro) Removes the cleanup handler routine from the calling thread's cleanup handler stack and opti...
pthread_cleanup_push Tru64 (Macro) Establishes a cleanup handler routine to be executed when the thread exits or is canceled
ReResolveProc Tru64 Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
ResolveTargetProc Tru64 Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
ResolveObjNamedProc Tru64 Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
atom_application_resolvers Tru64 Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
ResolveNamedProc Tru64 Allows an Atom tool's instrumentation routine to resolve procedure names and call targets
openpam_free_data FreeBSD generic cleanup function
cleanup HP-UX HP-UX patch cleanup utility
pthread_cleanup_push IRIX manage thread cleanup handlers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service