Home | History | Annotate | Download | only in test

Lines Matching defs:fcntl

49     import fcntl
51 fcntl = None
2777 @unittest.skipUnless(fcntl, 'fcntl required for this test')
2781 @unittest.skipUnless(fcntl, 'fcntl required for this test')
2786 flags = fcntl.fcntl(fd, fcntl.F_GETFL)
2788 res = fcntl.fcntl(fd, fcntl.F_SETFL, flags | os.O_NONBLOCK)