Home
last modified time | relevance | path

Searched defs:LOCK_NB (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py10 LOCK_NB = None # Non-blocking (LockException is raised if resource is locked) variable
23 LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY variable
29 LOCK_NB = fcntl.LOCK_NB variable
/external/ltp/include/old/
Dfile_lock.h41 #define LOCK_NB 0x0001 macro
/external/strace/xlat/
Dflockcmds.h9 # define LOCK_NB 4 macro
/external/compiler-rt/lib/profile/
DWindowsMMap.h45 #define LOCK_NB 4 /* don't block when locking */ macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro