Searched defs:LOCK_NB (Results 1 – 5 of 5) sorted by relevance
10 LOCK_NB = None # Non-blocking (LockException is raised if resource is locked) variable23 LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY variable29 LOCK_NB = fcntl.LOCK_NB variable
41 #define LOCK_NB 0x0001 macro
9 # define LOCK_NB 4 macro
45 #define LOCK_NB 4 /* don't block when locking */ macro
179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro