Searched refs:__libc_cleanup_region_start (Results 1 – 8 of 8) sorted by relevance
/sysdeps/htl/ |
A D | libc-lock.h | 25 #undef __libc_cleanup_region_start 31 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro 59 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg)
|
A D | stdio-lock.h | 38 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp) 40 __libc_cleanup_region_start (1, _fct, NULL)
|
/sysdeps/generic/ |
A D | stdio-lock.h | 42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp) 44 __libc_cleanup_region_start (1, _fct, NULL)
|
A D | libc-lock.h | 105 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro 122 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg)
|
/sysdeps/nptl/ |
A D | stdio-lock.h | 79 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp) 81 __libc_cleanup_region_start (1, _fct, NULL)
|
A D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro
|
/sysdeps/mach/ |
A D | libc-lock.h | 175 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro 190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg)
|
/sysdeps/posix/ |
A D | system.c | 166 __libc_cleanup_region_start (1, cancel_handler, &cancel_args); in do_system()
|
Completed in 9 milliseconds