Home | History | Annotate | Download | only in test

Lines Matching refs:lockf

267     @unittest.skipUnless(hasattr(posix, 'lockf'), "test needs posix.lockf()")
273 posix.lockf(fd, posix.F_LOCK, 4)
275 posix.lockf(fd, posix.F_ULOCK, 4)