Home | History | Annotate | Download | only in include

Lines Matching defs:pthread_cleanup_pop

542    be called with arguments ARG when the matching pthread_cleanup_pop
545 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
553 # define pthread_cleanup_pop(execute) \
566 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
588 be called with arguments ARG when the matching pthread_cleanup_pop
591 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
602 # define pthread_cleanup_pop(execute) \
619 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
631 be called with arguments ARG when the matching pthread_cleanup_pop
634 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
657 # define pthread_cleanup_pop(execute) \
689 /* Remove a cleanup handler as pthread_cleanup_pop does, but also