Searched refs:__libc_cleanup_push (Results 1 – 7 of 7) sorted by relevance
/sysdeps/htl/ |
A D | libc-lock.h | 28 #undef __libc_cleanup_push 59 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) macro
|
/sysdeps/hurd/include/hurd/ |
A D | port.h | 25 __libc_cleanup_push (_hurd_port_use_cleanup, &__d); \
|
A D | fd.h | 39 __libc_cleanup_push (_hurd_fd_port_use_cleanup, &__d); \
|
/sysdeps/generic/ |
A D | libc-lock.h | 122 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) macro
|
/sysdeps/unix/sysv/linux/ |
A D | scandir64.c | 63 __libc_cleanup_push (__scandir_cancel_handler, &c);
|
/sysdeps/mach/ |
A D | libc-lock.h | 190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) macro
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 172 # define __libc_cleanup_push(fct, arg) \ macro
|
Completed in 7 milliseconds