Searched defs:_IO_USER_LOCK (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dlibio.h138 #define _IO_USER_LOCK 0x8000 macro
478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dlibio.h138 #define _IO_USER_LOCK 0x8000 macro
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
482 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)

Completed in 96 milliseconds