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

1 2 3

  /external/ltp/testcases/kernel/fs/doio/include/
file_lock.h 41 #define LOCK_NB 0x0001
  /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.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)
  /external/compiler-rt/lib/profile/
WindowsMMap.h 45 #define LOCK_NB 4 /* don't block when locking */
  /frameworks/compile/libbcc/lib/
FileBase.cpp 34 #define LOCK_NB 0
159 lock_operation |= LOCK_NB;
  /external/python/cpython3/Modules/
fcntlmodule.c 296 #define LOCK_NB 4 /* don't block when locking */
314 ret = fcntl(fd, (code & LOCK_NB) ? F_SETLK : F_SETLKW, &l);
346 LOCK_NB to avoid blocking on lock acquisition. If LOCK_NB is used and the
370 #define LOCK_NB 4 /* don't block when locking */
411 ret = fcntl(fd, (code & LOCK_NB) ? F_SETLK : F_SETLKW, &l);
446 if (PyModule_AddIntMacro(m, LOCK_NB)) return -1;
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 137 #define LOCK_NB 4
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 180 #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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 130 # 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/x86_64-linux-gnu/bits/
fcntl.h 145 # define LOCK_NB 4 /* or'd with one of the above to prevent
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 234 LOCK_NB = 4
  /external/python/cpython2/Lib/plat-atheos/
IN.py 655 LOCK_NB = 4
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 669 LOCK_NB = 4
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 621 LOCK_NB = 0x4
    [all...]
zerrors_darwin_amd64.go 621 LOCK_NB = 0x4
    [all...]
zerrors_darwin_arm.go 584 LOCK_NB = 0x4
    [all...]
zerrors_darwin_arm64.go 625 LOCK_NB = 0x4
    [all...]
zerrors_dragonfly_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 621 LOCK_NB = 0x4
    [all...]
zerrors_darwin_amd64.go 621 LOCK_NB = 0x4
    [all...]
zerrors_darwin_arm.go 584 LOCK_NB = 0x4
    [all...]
zerrors_darwin_arm64.go 625 LOCK_NB = 0x4
    [all...]

Completed in 507 milliseconds

1 2 3