Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py96 def recv_handle(conn): function
182 def recv_handle(conn): function
255 recv_handle = recv_handle variable in AbstractReducer
Dresource_sharer.py58 return reduction.recv_handle(conn)
/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/curl/lib/
Dpipeline.c72 struct Curl_easy *recv_handle = conn->recv_pipe.head->ptr; in Curl_pipeline_penalized() local
74 recv_size = recv_handle->req.size; in Curl_pipeline_penalized()
/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.py3029 fd = reduction.recv_handle(conn)
3103 self.assertRaises(RuntimeError, reduction.recv_handle, conn)