Searched defs:lockfile (Results 1 – 3 of 3) sorted by relevance
266 def acquire_portlock(self, lockfile): argument281 def release_portlock(self, lockfile=None): argument
275 def get_lock_contents(lockfile): argument
449 def lockfile(name, shared=False, retry=True, block=False): function