Searched refs:rebuild_pipe_connection (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | reduction.py | 207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable) 209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 949 return rebuild_pipe_connection, (dh, conn.readable, conn.writable) 950 def rebuild_pipe_connection(dh, readable, writable): function
|