HomeSort by relevance Sort by last modified time
    Searched defs:_IO_USER_LOCK (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 138 #define _IO_USER_LOCK 0x8000
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/
libio.h 138 #define _IO_USER_LOCK 0x8000
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
482 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)

Completed in 308 milliseconds