[go: nahoru, domu]

Searched refs:_caller_handles_locking (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/stdio/
H A Dstdio_ext.cpp79 int old_state = _EXT(fp)->_caller_handles_locking ? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL;
89 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER);
H A Dlocal.h120 bool _caller_handles_locking; member in struct:__sfileext
169 _EXT(fp)->_caller_handles_locking = false; \
242 #define FLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) flockfile(fp)
243 #define FUNLOCKFILE(fp) if (!_EXT(fp)->_caller_handles_locking) funlockfile(fp)

Completed in 83 milliseconds