Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py191 def DupFd(fd): function
195 return popen_obj.DupFd(popen_obj.duplicate_for_child(fd))
198 return resource_sharer.DupFd(fd)
243 df = DupFd(s.fileno())
268 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.py104 return rebuild_arena, (a.size, reduction.DupFd(a.fd))
Dconnection.py973 df = reduction.DupFd(conn.fileno())