Home
last modified time | relevance | path

Searched refs:recv_handle (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py75 def recv_handle(conn): function
82 def recv_handle(conn): function
157 new_handle = recv_handle(conn)
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py100 def recv_handle(conn): function
186 def recv_handle(conn): function
259 recv_handle = recv_handle variable in AbstractReducer
Dresource_sharer.py58 return reduction.recv_handle(conn)
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1774 fd = reduction.recv_handle(conn)
1846 self.assertRaises(RuntimeError, reduction.recv_handle, conn)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3185 fd = reduction.recv_handle(conn)
3259 self.assertRaises(RuntimeError, reduction.recv_handle, conn)