Home
last modified time | relevance | path

Searched refs:destination_pid (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py65 def send_handle(conn, handle, destination_pid): argument
67 win32.PROCESS_ALL_ACCESS, False, destination_pid
79 def send_handle(conn, handle, destination_pid): argument
125 handle_wanted, destination_pid = conn.recv()
127 send_handle(conn, handle_wanted, destination_pid)
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py91 def send_handle(conn, handle, destination_pid): argument
93 dh = DupHandle(handle, _winapi.DUPLICATE_SAME_ACCESS, destination_pid)
177 def send_handle(conn, handle, destination_pid): argument
Dresource_sharer.py146 key, destination_pid = msg
149 send(conn, destination_pid)