Home
last modified time | relevance | path

Searched defs:recv_handle (Results 1 – 2 of 2) 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.py100 def recv_handle(conn): function
186 def recv_handle(conn): function
259 recv_handle = recv_handle variable in AbstractReducer