HomeSort by relevance Sort by last modified time
    Searched refs:idset (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
managers.py 799 def _decref(token, authkey, state, tls, idset, _Client):
800 idset.discard(token.id)
817 if not idset and hasattr(tls, 'connection'):
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 801 def _decref(token, authkey, state, tls, idset, _Client):
802 idset.discard(token.id)
819 if not idset and hasattr(tls, 'connection'):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 798 def _decref(token, authkey, state, tls, idset, _Client):
799 idset.discard(token.id)
816 if not idset and hasattr(tls, 'connection'):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 798 def _decref(token, authkey, state, tls, idset, _Client):
799 idset.discard(token.id)
816 if not idset and hasattr(tls, 'connection'):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 798 def _decref(token, authkey, state, tls, idset, _Client):
799 idset.discard(token.id)
816 if not idset and hasattr(tls, 'connection'):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 798 def _decref(token, authkey, state, tls, idset, _Client):
799 idset.discard(token.id)
816 if not idset and hasattr(tls, 'connection'):
    [all...]

Completed in 560 milliseconds