Searched refs:_fcntl (Results 1 – 1 of 1) sorted by relevance
43 import fcntl as _fcntl namespace50 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)55 flags |= _fcntl.FD_CLOEXEC56 _fcntl.fcntl(fd, _fcntl.F_SETFD, flags)