Searched defs:__libc_cleanup_push (Results 1 – 4 of 4) sorted by relevance
/sysdeps/htl/ |
A D | libc-lock.h | 59 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) macro
|
/sysdeps/generic/ |
A D | libc-lock.h | 122 #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
|
/sysdeps/mach/ |
A D | libc-lock.h | 190 #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) macro
|
Completed in 14 milliseconds