Searched refs:_limbo (Results 1 – 4 of 4) sorted by relevance
626 _limbo = {} variable734 _limbo[self] = self739 del _limbo[self]789 del _limbo[self]1166 return len(_active) + len(_limbo)1172 return _active.values() + _limbo.values()1183 return _active.values() + _limbo.values()1231 _limbo.clear()
756 _limbo = {} variable872 _limbo[self] = self877 del _limbo[self]946 del _limbo[self]1340 return len(_active) + len(_limbo)1346 return list(_active.values()) + list(_limbo.values())1357 return list(_active.values()) + list(_limbo.values())1499 _limbo.clear()
264 t in threading._limbo,
285 t in threading._limbo,