Home
last modified time | relevance | path

Searched refs:steal_handle (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py79 def steal_handle(source_pid, handle): function
258 steal_handle = steal_handle variable in AbstractReducer
Dspawn.py99 new_handle = reduction.steal_handle(parent_pid, pipe_handle)