Searched refs:__libc_cleanup_region_start (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/sysdeps/htl/ |
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)
|
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)
|
/glibc-2.36/sysdeps/generic/ |
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)
|
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)
|
/glibc-2.36/sysdeps/nptl/ |
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)
|
D | libc-lock.h | 157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro
|
/glibc-2.36/sysdeps/mach/ |
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)
|
/glibc-2.36/sysdeps/posix/ |
D | system.c | 166 __libc_cleanup_region_start (1, cancel_handler, &cancel_args); in do_system()
|
/glibc-2.36/rt/ |
D | aio_suspend.c | 189 __libc_cleanup_region_start (1, cleanup, &clparam); in ___aio_suspend_time64()
|
/glibc-2.36/stdio-common/ |
D | vfprintf-internal.c | 1751 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s); in buffered_vfprintf()
|
D | vfscanf-internal.c | 181 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, (S)); \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 1862 _IO_cleanup_region_end instead of __libc_cleanup_region_start and 2238 * misc/syslog.c: Case first argument of __libc_cleanup_region_start. 6474 * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): Fix 6530 * sysdeps/mach/libc-lock.h (__libc_cleanup_region_start): New 6919 * sysdeps/stub/libc-lock.h: Add stubs for __libc_cleanup_region_start
|
D | ChangeLog.nptl | 11828 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start): 11908 (__libc_cleanup_region_start): Wrap function name with PTF call. 12638 * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
|
D | ChangeLog.21 | 3555 (__libc_cleanup_region_start): Remove. 4709 (__libc_cleanup_region_start): New.
|
D | ChangeLog.13 | 13405 (__libc_cleanup_region_start, __libc_cleanup_region_end, 13409 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
|
D | ChangeLog.14 | 11755 instead of __libc_cleanup_region_start and _IO_cleanup_region_end 11759 as first parameter to __libc_cleanup_region_start.
|
D | ChangeLog.12 | 431 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start): Diddle
|
D | ChangeLog.23 | 25281 (__libc_cleanup_region_start): Modified.
|
D | ChangeLog.19 | 20507 (__libc_cleanup_region_start, __libc_cleanup_region_end,
|
D | ChangeLog.18 | 75737 __libc_cleanup_region_start argument.
|