Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/catapult_base/catapult_base/
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/strace/xlat/
Dflockcmds.h9 # define LOCK_NB 4 macro
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro