Home
last modified time | relevance | path

Searched refs:resource_sharer (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dreduction.py197 from . import resource_sharer namespace
198 return resource_sharer.DupFd(fd)
235 from .resource_sharer import DupSocket
H A Dconnection.py947 from . import resource_sharer namespace
948 ds = resource_sharer.DupSocket(s)
/third_party/python/Lib/test/
H A D_test_multiprocessing.py3539 from multiprocessing import resource_sharer namespace
3540 resource_sharer.stop(timeout=support.LONG_TIMEOUT)

Completed in 10 milliseconds