Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
H A Dreduction.py139 __all__ += ['DupFd', 'sendfds', 'recvfds']
191 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
H A Dpopen_forkserver.py31 DupFd = _DupFd variable in Popen
H A Dpopen_spawn_posix.py28 DupFd = _DupFd variable in Popen
H A Dresource_sharer.py43 __all__ += ['DupFd']
45 class DupFd(object): class
H A Dheap.py104 return rebuild_arena, (a.size, reduction.DupFd(a.fd))
H A Dconnection.py967 df = reduction.DupFd(conn.fileno())

Completed in 4 milliseconds