HomeSort by relevance Sort by last modified time
    Searched refs:LOCK_NB (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/toybox/toys/other/
flock.c 33 if (toys.optflags & FLAG_n) op |= LOCK_NB;
36 if ((op & LOCK_NB) && errno == EAGAIN) toys.exitval = 1;
  /external/strace/xlat/
flockcmds.h 8 #if !(defined(LOCK_NB) || (defined(HAVE_DECL_LOCK_NB) && HAVE_DECL_LOCK_NB))
9 # define LOCK_NB 4
37 XLAT(LOCK_NB),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
file.h 46 #define LOCK_NB 4 /* Don't block when locking. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
file.h 46 #define LOCK_NB 4 /* Don't block when locking. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
file.h 46 #define LOCK_NB 4 /* Don't block when locking. */
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock.py 10 LOCK_NB = None # Non-blocking (LockException is raised if resource is locked)
23 LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY
29 LOCK_NB = fcntl.LOCK_NB
51 flags: can be any of the type LOCK_EX, LOCK_SH, LOCK_NB, or a bitwise
55 LOCK_EX, LOCK_SH, LOCK_NB, LOCK_EX | LOCK_NB, LOCK_SH | LOCK_NB)
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 123 #define LOCK_NB 4 /* or'd with one of the above to prevent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 151 #define LOCK_NB 4 /* or'd with one of the above to prevent
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm-generic/
fcntl.h 102 #define LOCK_NB 4

Completed in 3223 milliseconds

1 2 3 4