HomeSort by relevance Sort by last modified time
    Searched refs:set_inheritable (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/
socket.py 447 def set_inheritable(self, inheritable): function in function:socket.type
452 def set_inheritable(self, inheritable): function in function:socket.type
453 os.set_inheritable(self.fileno(), inheritable)
455 set_inheritable.__doc__ = "Set the inheritable flag of the socket"
_pyio.py     [all...]
  /external/python/cpython3/Python/
fileutils.c 995 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) function
1120 return set_inheritable(fd, 0, 0, NULL);
1142 return set_inheritable(fd, inheritable, 1, atomic_flag_works);
1151 return set_inheritable(fd, inheritable, 0, atomic_flag_works);
    [all...]
  /art/tools/
dt_fds_forward.py 133 os.set_inheritable(remote_sock.fileno(), True)
  /external/python/cpython3/Lib/test/
test_subprocess.py     [all...]
test_os.py     [all...]
test_socket.py     [all...]

Completed in 327 milliseconds