Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py97 dh = DupHandle(handle, _winapi.DUPLICATE_SAME_ACCESS, destination_pid)
104 class DupHandle(object): class
264 DupHandle = DupHandle variable in AbstractReducer
Dconnection.py964 dh = reduction.DupHandle(conn.fileno(), access)