Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dresource_sharer.py34 self._id = _resource_sharer.register(send, new_sock.close)
38 with _resource_sharer.get_connection(self._id) as conn:
53 self._id = _resource_sharer.register(send, close)
57 with _resource_sharer.get_connection(self._id) as conn:
157 _resource_sharer = _ResourceSharer() variable
158 stop = _resource_sharer.stop