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

  /external/chromium_org/base/
os_compat_android.h 22 #define F_LOCK LOCK_EX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 143 #if !defined F_LOCK && (defined __USE_MISC || (defined __USE_XOPEN_EXTENDED \
154 # define F_LOCK 1 /* Lock a region for exclusive use. */
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 143 #if !defined F_LOCK && (defined __USE_MISC || (defined __USE_XOPEN_EXTENDED \
154 # define F_LOCK 1 /* Lock a region for exclusive use. */
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 143 #if !defined F_LOCK && (defined __USE_MISC || (defined __USE_XOPEN_EXTENDED \
154 # define F_LOCK 1 /* Lock a region for exclusive use. */
unistd.h     [all...]
  /external/chromium/base/
shared_memory_posix.cc 241 LockOrUnlockCommon(F_LOCK);
  /external/chromium_org/base/memory/
shared_memory_posix.cc 320 LockOrUnlockCommon(F_LOCK);
  /external/valgrind/unittest/
posix_tests.cc 1028 while (lockf(fd_, lock ? F_LOCK : F_ULOCK, 0) < 0) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 88 # define F_LOCK 1 /* Lock a region for exclusive use. */
    [all...]

Completed in 375 milliseconds