Home
last modified time | relevance | path

Searched refs:_stdio_handles_locking (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dfileext.h47 bool _stdio_handles_locking; /* __fsetlocking support */ member
69 _EXT(fp)->_stdio_handles_locking = true; \
Dstdio_ext.cpp77 int old_state = _EXT(fp)->_stdio_handles_locking ? FSETLOCKING_INTERNAL : FSETLOCKING_BYCALLER; in __fsetlocking()
87 _EXT(fp)->_stdio_handles_locking = (type == FSETLOCKING_INTERNAL); in __fsetlocking()
Dlocal.h114 #define FLOCKFILE(fp) if (_EXT(fp)->_stdio_handles_locking) flockfile(fp)
115 #define FUNLOCKFILE(fp) if (_EXT(fp)->_stdio_handles_locking) funlockfile(fp)