Home
last modified time | relevance | path

Searched defs:send_handle (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py65 def send_handle(conn, handle, destination_pid): function
79 def send_handle(conn, handle, destination_pid): function
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py91 def send_handle(conn, handle, destination_pid): function
174 def send_handle(conn, handle, destination_pid): function
251 send_handle = send_handle variable in AbstractReducer