Home
last modified time | relevance | path

Searched refs:__libc_cleanup_region_start (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dlibc-lock.h25 #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)
Dstdio-lock.h38 __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/
Dstdio-lock.h42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
44 __libc_cleanup_region_start (1, _fct, NULL)
Dlibc-lock.h105 #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/
Dstdio-lock.h79 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
81 __libc_cleanup_region_start (1, _fct, NULL)
Dlibc-lock.h157 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro
/glibc-2.36/sysdeps/mach/
Dlibc-lock.h175 #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/
Dsystem.c166 __libc_cleanup_region_start (1, cancel_handler, &cancel_args); in do_system()
/glibc-2.36/rt/
Daio_suspend.c189 __libc_cleanup_region_start (1, cleanup, &clparam); in ___aio_suspend_time64()
/glibc-2.36/stdio-common/
Dvfprintf-internal.c1751 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s); in buffered_vfprintf()
Dvfscanf-internal.c181 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, (S)); \
/glibc-2.36/ChangeLog.old/
DChangeLog.61862 _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
DChangeLog.nptl11828 * 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):
DChangeLog.213555 (__libc_cleanup_region_start): Remove.
4709 (__libc_cleanup_region_start): New.
DChangeLog.1313405 (__libc_cleanup_region_start, __libc_cleanup_region_end,
13409 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
DChangeLog.1411755 instead of __libc_cleanup_region_start and _IO_cleanup_region_end
11759 as first parameter to __libc_cleanup_region_start.
DChangeLog.12431 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start): Diddle
DChangeLog.2325281 (__libc_cleanup_region_start): Modified.
DChangeLog.1920507 (__libc_cleanup_region_start, __libc_cleanup_region_end,
DChangeLog.1875737 __libc_cleanup_region_start argument.