Searched defs:LOCK_NB (Results 1 – 3 of 3) 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
9 # define LOCK_NB 4 macro
179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro