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

1 2 3

  /external/ltp/testcases/kernel/fs/doio/include/
file_lock.h 43 #define LOCK_EX 0x0004
  /external/strace/xlat/
flockcmds.h 5 #if !(defined(LOCK_EX) || (defined(HAVE_DECL_LOCK_EX) && HAVE_DECL_LOCK_EX))
6 # define LOCK_EX 2
36 XLAT(LOCK_EX),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
file.h 42 #define LOCK_EX 2 /* Exclusive lock. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
file.h 42 #define LOCK_EX 2 /* Exclusive lock. */
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock.py 8 LOCK_EX = None # Exclusive lock
21 LOCK_EX = win32con.LOCKFILE_EXCLUSIVE_LOCK
27 LOCK_EX = fcntl.LOCK_EX
35 with FileLock(f, LOCK_EX):
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 44 #define LOCK_EX 2 /* exclusive lock */
  /frameworks/compile/libbcc/lib/
FileBase.cpp 33 #define LOCK_EX 0
152 lock_operation = LOCK_EX;
  /external/python/cpython3/Modules/
fcntlmodule.c 295 #define LOCK_EX 2 /* exclusive lock */
305 else if (code & LOCK_EX)
343 LOCK_EX - acquire an exclusive lock
345 When operation is LOCK_SH or LOCK_EX, it can also be bitwise ORed with
369 #define LOCK_EX 2 /* exclusive lock */
379 else if (code & LOCK_EX)
445 if (PyModule_AddIntMacro(m, LOCK_EX)) return -1;
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 136 #define LOCK_EX 2
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 179 #define LOCK_EX 2 /* exclusive lock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 150 #define LOCK_EX 2 /* exclusive lock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 129 # define LOCK_EX 2 /* exclusive lock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 144 # define LOCK_EX 2 /* exclusive lock */
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 233 LOCK_EX = 2
  /external/python/cpython2/Lib/plat-atheos/
IN.py 654 LOCK_EX = 2
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 668 LOCK_EX = 2
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 620 LOCK_EX = 0x2
    [all...]
zerrors_darwin_amd64.go 620 LOCK_EX = 0x2
    [all...]
zerrors_darwin_arm.go 583 LOCK_EX = 0x2
    [all...]
zerrors_darwin_arm64.go 624 LOCK_EX = 0x2
    [all...]
zerrors_dragonfly_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 620 LOCK_EX = 0x2
    [all...]
zerrors_darwin_amd64.go 620 LOCK_EX = 0x2
    [all...]
zerrors_darwin_arm.go 583 LOCK_EX = 0x2
    [all...]
zerrors_darwin_arm64.go 624 LOCK_EX = 0x2
    [all...]

Completed in 966 milliseconds

1 2 3