Home
last modified time | relevance | path

Searched refs:DupFd (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py187 def DupFd(fd): function
191 return popen_obj.DupFd(popen_obj.duplicate_for_child(fd))
194 return resource_sharer.DupFd(fd)
239 df = DupFd(s.fileno())
264 DupFd = DupFd variable in AbstractReducer
Dpopen_forkserver.py31 DupFd = _DupFd variable in Popen
Dpopen_spawn_posix.py28 DupFd = _DupFd variable in Popen
Dresource_sharer.py45 class DupFd(object): class
Dheap.py93 return rebuild_arena, (a.size, reduction.DupFd(a.fd))
Dconnection.py957 df = reduction.DupFd(conn.fileno())