Home
last modified time | relevance | path

Searched refs:__libc_cleanup_region_end (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dlibc-lock.h26 #undef __libc_cleanup_region_end
55 #define __libc_cleanup_region_end(DOIT) \ macro
60 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute)
Dstdio-lock.h42 __libc_cleanup_region_end (_doit)
/glibc-2.36/sysdeps/generic/
Dlibc-lock.h112 #define __libc_cleanup_region_end(DOIT) \ macro
123 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute)
Dstdio-lock.h46 __libc_cleanup_region_end (_doit)
/glibc-2.36/sysdeps/mach/
Dlibc-lock.h183 #define __libc_cleanup_region_end(DOIT) \ macro
191 #define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute)
/glibc-2.36/sysdeps/nptl/
Dstdio-lock.h83 __libc_cleanup_region_end (_doit)
Dlibc-lock.h174 #define __libc_cleanup_region_end(DOIT) \ macro
/glibc-2.36/sysdeps/posix/
Dsystem.c174 __libc_cleanup_region_end (0); in do_system()
/glibc-2.36/rt/
Daio_suspend.c203 __libc_cleanup_region_end (0); in ___aio_suspend_time64()
/glibc-2.36/stdio-common/
Dvfprintf-internal.c1773 __libc_cleanup_region_end (0); in buffered_vfprintf()
Dvfscanf-internal.c185 __libc_cleanup_region_end (0)
/glibc-2.36/ChangeLog.old/
DChangeLog.61863 __libc_cleanup_region_end.
6485 __libc_cleanup_region_end might be defined and the use of
6532 (__libc_cleanup_region_end): New macro.
6920 and __libc_cleanup_region_end.
DChangeLog.144765 Redefine and use __libc_cleanup_region_end instead.
6127 and use __libc_cleanup_region_end instead.
11756 instead of __libc_cleanup_region_end.
DChangeLog.213556 (__libc_cleanup_region_end): Remove.
4710 (__libc_cleanup_region_end): New.
DChangeLog.nptl11909 (__libc_cleanup_region_end): Likewise.
12641 (__libc_cleanup_region_end): Execute registered function directly if
DChangeLog.1313405 (__libc_cleanup_region_start, __libc_cleanup_region_end,
13412 (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
DChangeLog.2325282 (__libc_cleanup_region_end): Remove.
DChangeLog.1920507 (__libc_cleanup_region_start, __libc_cleanup_region_end,