Searched refs:idset (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/arch/sh/include/asm/ |
D | cpu_sh7757.h | 118 unsigned int idset[2]; member
|
/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 | 840 def _decref(token, authkey, state, tls, idset, _Client): argument 841 idset.discard(token.id) 858 if not idset and hasattr(tls, 'connection'):
|