Searched refs:destination_pid (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | reduction.py | 65 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/ |
D | reduction.py | 95 def send_handle(conn, handle, destination_pid): argument 97 dh = DupHandle(handle, _winapi.DUPLICATE_SAME_ACCESS, destination_pid) 181 def send_handle(conn, handle, destination_pid): argument
|
D | resource_sharer.py | 142 key, destination_pid = msg 145 send(conn, destination_pid)
|