Searched refs:idset (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 799 def _decref(token, authkey, state, tls, idset, _Client): argument 800 idset.discard(token.id) 817 if not idset and hasattr(tls, 'connection'):
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 853 def _decref(token, authkey, state, tls, idset, _Client): argument 854 idset.discard(token.id) 871 if not idset and hasattr(tls, 'connection'):
|