Home
last modified time | relevance | path

Searched refs:_IO_USER_LOCK (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h138 #define _IO_USER_LOCK 0x8000 macro
476 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio-lock.h82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)