Home | History | Annotate | Download | only in port

Lines Matching defs:fcntl

45     import fcntl
121 fl = fcntl.fcntl(fd, fcntl.F_GETFL)
122 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK)
124 fl = fcntl.fcntl(fd, fcntl.F_GETFL)
125 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK)