Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dstdio_ext.cpp80 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()
90 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER); in __fsetlocking()
Dlocal.h135 bool _caller_handles_locking; member
179 _EXT(fp)->_caller_handles_locking = true; \
233 if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)
235 if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)
Dstdio.cpp84 ._caller_handles_locking = false,
88 ._caller_handles_locking = false,
92 ._caller_handles_locking = false,
203 _EXT(fp)->_caller_handles_locking = false; in __sfp()