Home
last modified time | relevance | path

Searched refs:recv_handle (Results 1 – 3 of 3) 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/curl/lib/
Dpipeline.c73 struct Curl_easy *recv_handle = conn->recv_pipe->head->ptr; in Curl_pipeline_penalized() local
75 recv_size = recv_handle->req.size; in Curl_pipeline_penalized()
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1704 fd = reduction.recv_handle(conn)
1776 self.assertRaises(RuntimeError, reduction.recv_handle, conn)