Home | History | Annotate | Download | only in Lib

Lines Matching refs:lockf

1972     """Lock file f using lockf and dot locking."""
1977 fcntl.lockf(f, fcntl.LOCK_EX | fcntl.LOCK_NB)
1980 raise ExternalClashError('lockf: lock unavailable: %s' %
2011 fcntl.lockf(f, fcntl.LOCK_UN)
2017 """Unlock file f using lockf and dot locking."""
2019 fcntl.lockf(f, fcntl.LOCK_UN)