Searched refs:DOIT (Results 1 – 4 of 4) sorted by relevance
/sysdeps/htl/ |
A D | libc-lock.h | 31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 36 if (DOIT) \ 49 #define __libc_cleanup_end(DOIT) \ argument 52 if (DOIT) \ 55 #define __libc_cleanup_region_end(DOIT) \ argument 56 __libc_cleanup_end(DOIT) \
|
/sysdeps/generic/ |
A D | libc-lock.h | 105 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 107 typeof (***(FCT)) *__save_FCT = (DOIT) ? (FCT) : 0; \ 112 #define __libc_cleanup_region_end(DOIT) \ argument 113 if ((DOIT) && __save_FCT != 0) \ 118 #define __libc_cleanup_end(DOIT) \ argument 119 if ((DOIT) && __save_FCT != 0) \
|
/sysdeps/mach/ |
A D | libc-lock.h | 175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) }; 183 #define __libc_cleanup_region_end(DOIT) \ argument 184 __cleanup.__doit = (DOIT); \ 188 #define __libc_cleanup_end(DOIT) __cleanup.__doit = (DOIT); argument
|
/sysdeps/nptl/ |
A D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 164 if (DOIT) \ 174 #define __libc_cleanup_region_end(DOIT) \ argument 177 if (DOIT) \
|
Completed in 6 milliseconds