Searched refs:__libc_cleanup_region_start (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio-lock.h42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
44 __libc_cleanup_region_start (1, _fct, NULL)
H A Dlibc-lock.h84 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1310 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s);
1313 __libc_cleanup_region_start (1, (void (*) (void *)) &__funlockfile, s);
2169 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, s);
H A Dvfscanf.c171 __libc_cleanup_region_start (1, (void (*) (void *)) &_IO_funlockfile, (S)); \
233 __libc_cleanup_region_start (&__funlockfile, (S)); \

Completed in 82 milliseconds