OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_caller_handles_locking
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdio/
stdio_ext.cpp
79
int old_state = _EXT(fp)->
_caller_handles_locking
? FSETLOCKING_BYCALLER : FSETLOCKING_INTERNAL;
89
_EXT(fp)->
_caller_handles_locking
= (type == FSETLOCKING_BYCALLER);
local.h
120
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 4064 milliseconds