Lines Matching refs:execute
598 # define pthread_cleanup_pop(execute) \ argument
599 __clframe.__setdoit (execute); \
614 # define pthread_cleanup_pop_restore_np(execute) \ argument
616 __clframe.__setdoit (execute); \
647 # define pthread_cleanup_pop(execute) \ argument
648 __clframe.__do_it = (execute); \
667 # define pthread_cleanup_pop_restore_np(execute) \ argument
669 __clframe.__do_it = (execute); \
702 # define pthread_cleanup_pop(execute) \ argument
706 if (execute) \
738 # define pthread_cleanup_pop_restore_np(execute) \ argument
742 if (execute) \