Home
last modified time | relevance | path

Searched defs: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
/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
/external/curl/lib/
Dpipeline.c72 struct Curl_easy *recv_handle = conn->recv_pipe.head->ptr; in Curl_pipeline_penalized() local