Searched refs:_caller_handles_locking (Results 1 – 3 of 3) sorted by relevance
135 bool _caller_handles_locking; member178 _EXT(fp)->_caller_handles_locking = true; \232 if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)234 if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)
86 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL; in __fsetlocking()96 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER); in __fsetlocking()
82 ._caller_handles_locking = false,86 ._caller_handles_locking = false,90 ._caller_handles_locking = false,201 _EXT(fp)->_caller_handles_locking = false; in __sfp()