Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py799 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/
Dmanagers.py853 def _decref(token, authkey, state, tls, idset, _Client): argument
854 idset.discard(token.id)
871 if not idset and hasattr(tls, 'connection'):