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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-lock.h 82 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 138 #define _IO_USER_LOCK 0x8000
476 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
478 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)

Completed in 39 milliseconds