Lines Matching refs:execute
553 # define pthread_cleanup_pop(execute) \ argument
554 __clframe.__setdoit (execute); \
569 # define pthread_cleanup_pop_restore_np(execute) \ argument
571 __clframe.__setdoit (execute); \
602 # define pthread_cleanup_pop(execute) \ argument
603 __clframe.__do_it = (execute); \
622 # define pthread_cleanup_pop_restore_np(execute) \ argument
624 __clframe.__do_it = (execute); \
657 # define pthread_cleanup_pop(execute) \ argument
661 if (execute) \
693 # define pthread_cleanup_pop_restore_np(execute) \ argument
697 if (execute) \