Searched refs:_fct (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/htl/ |
D | stdio-lock.h | 37 #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/ |
D | stdio-lock.h | 41 #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/ |
D | stdio-lock.h | 78 #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/ |
D | libio.h | 206 #define _IO_cleanup_region_start(_fct, _fp) /**/ argument
|