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

/external/python/cpython2/Lib/multiprocessing/
H A Dreduction.py207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
/external/python/cpython3/Lib/multiprocessing/
H A Dconnection.py940 return rebuild_pipe_connection, (dh, conn.readable, conn.writable)
941 def rebuild_pipe_connection(dh, readable, writable): function in function:XmlClient

Completed in 117 milliseconds