Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py184 def DupFd(fd): function
188 return popen_obj.DupFd(popen_obj.duplicate_for_child(fd))
191 return resource_sharer.DupFd(fd)
236 df = DupFd(s.fileno())
261 DupFd = DupFd variable in AbstractReducer
Dpopen_spawn_posix.py28 DupFd = _DupFd variable in Popen
Dpopen_forkserver.py31 DupFd = _DupFd variable in Popen
Dresource_sharer.py45 class DupFd(object): class
Dheap.py87 return rebuild_arena, (a.size, reduction.DupFd(a.fd))
Dconnection.py948 df = reduction.DupFd(conn.fileno())