Home | History | Annotate | Download | only in python2.7

Lines Matching defs:fcntl

24         # OS/2 EMX fcntl() not adequate
26 import fcntl
28 fcntl = None
1965 if fcntl:
1967 fcntl.lockf(f, fcntl.LOCK_EX | fcntl.LOCK_NB)
2000 if fcntl:
2001 fcntl.lockf(f, fcntl.LOCK_UN)
2008 if fcntl:
2009 fcntl.lockf(f, fcntl.LOCK_UN)