Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 9 of 9) sorted by relevance

/sysdeps/htl/bits/
A Dcancelation.h44 #define __pthread_cleanup_pop(execute) \ argument
45 if (execute) \
/sysdeps/htl/
A Dlibc-lock.h60 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
A Dpthread.h723 #define pthread_cleanup_pop(execute) __pthread_cleanup_pop(execute) argument
/sysdeps/generic/
A Dlibc-lock.h123 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
/sysdeps/nptl/
A Dpthread.h598 # 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); \
669 __clframe.__do_it = (execute); \
702 # define pthread_cleanup_pop(execute) \ argument
706 if (execute) \
738 # define pthread_cleanup_pop_restore_np(execute) \ argument
[all …]
A DpthreadP.h578 int execute);
581 # define pthread_cleanup_pop(execute) \ argument
582 __pthread_cleanup_pop (&_buffer, (execute)); }
636 # define pthread_cleanup_combined_pop(execute) \ argument
639 if (execute) \
648 int execute);
654 int execute);
658 int execute);
A Dlibc-lockP.h179 # define __libc_cleanup_pop(execute) \ argument
180 __clframe.__do_it = (execute); \
/sysdeps/mach/
A Dlibc-lock.h191 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) argument
/sysdeps/unix/sysv/linux/arm/
A Dclone.S71 @ pick the function arg and call address off the stack and execute

Completed in 12 milliseconds