Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
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/
Dconnection.py949 return rebuild_pipe_connection, (dh, conn.readable, conn.writable)
950 def rebuild_pipe_connection(dh, readable, writable): function