Searched defs:LOCK_EX (Results 1 – 3 of 3) sorted by relevance
8 LOCK_EX = None # Exclusive lock variable21 LOCK_EX = win32con.LOCKFILE_EXCLUSIVE_LOCK variable27 LOCK_EX = fcntl.LOCK_EX variable
6 # define LOCK_EX 2 macro
178 #define LOCK_EX 2 /* exclusive lock */ macro