Home
last modified time | relevance | path

Searched refs:_fct (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dstdio-lock.h37 #define _IO_cleanup_region_start(_fct, _fp) \ argument
38 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
39 #define _IO_cleanup_region_start_noarg(_fct) \ argument
40 __libc_cleanup_region_start (1, _fct, NULL)
/glibc-2.36/sysdeps/generic/
Dstdio-lock.h41 #define _IO_cleanup_region_start(_fct, _fp) \ argument
42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
43 #define _IO_cleanup_region_start_noarg(_fct) \ argument
44 __libc_cleanup_region_start (1, _fct, NULL)
/glibc-2.36/sysdeps/nptl/
Dstdio-lock.h78 #define _IO_cleanup_region_start(_fct, _fp) \ argument
79 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
80 #define _IO_cleanup_region_start_noarg(_fct) \ argument
81 __libc_cleanup_region_start (1, _fct, NULL)
/glibc-2.36/libio/
Dlibio.h206 #define _IO_cleanup_region_start(_fct, _fp) /**/ argument