Searched refs:FCT (Results 1 – 4 of 4) sorted by relevance
/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; \
|
/sysdeps/htl/ |
A D | libc-lock.h | 31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 38 __handler.__handler = FCT; \
|
/sysdeps/nptl/ |
A D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 162 void (*_cleanup_routine) (void *) = (FCT); \
|
/sysdeps/mach/ |
A D | libc-lock.h | 175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ argument 180 { .__fct = (FCT), .__argp = (ARG), .__doit = (DOIT) };
|
Completed in 5 milliseconds