Searched refs:execute (Results 1 – 9 of 9) sorted by relevance
44 #define __pthread_cleanup_pop(execute) \ argument45 if (execute) \
60 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
723 #define pthread_cleanup_pop(execute) __pthread_cleanup_pop(execute) argument
123 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
598 # define pthread_cleanup_pop(execute) \ argument599 __clframe.__setdoit (execute); \614 # define pthread_cleanup_pop_restore_np(execute) \ argument616 __clframe.__setdoit (execute); \647 # define pthread_cleanup_pop(execute) \ argument648 __clframe.__do_it = (execute); \669 __clframe.__do_it = (execute); \702 # define pthread_cleanup_pop(execute) \ argument706 if (execute) \738 # define pthread_cleanup_pop_restore_np(execute) \ argument[all …]
578 int execute);581 # define pthread_cleanup_pop(execute) \ argument582 __pthread_cleanup_pop (&_buffer, (execute)); }636 # define pthread_cleanup_combined_pop(execute) \ argument639 if (execute) \648 int execute);654 int execute);658 int execute);
179 # define __libc_cleanup_pop(execute) \ argument180 __clframe.__do_it = (execute); \
191 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
71 @ pick the function arg and call address off the stack and execute
Completed in 12 milliseconds