Home
last modified time | relevance | path

Searched refs:DupHandle (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dreduction.py68 __all__ += ['DupHandle', 'duplicate', 'steal_handle']
97 dh = DupHandle(handle, _winapi.DUPLICATE_SAME_ACCESS, destination_pid)
104 class DupHandle(object): class
264 DupHandle = DupHandle variable in AbstractReducer
H A Dconnection.py958 dh = reduction.DupHandle(conn.fileno(), access)

Completed in 3 milliseconds