HomeSort by relevance Sort by last modified time
    Searched refs:rebuild_pipe_connection (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
reduction.py 207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
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/
connection.py 940 return rebuild_pipe_connection, (dh, conn.readable, conn.writable)
941 def rebuild_pipe_connection(dh, readable, writable): function in function:XmlClient

Completed in 242 milliseconds