Lines Matching refs:_active
71 name = _active[ident].name
141 owner = _active[owner].name
625 _active = {} # maps thread id to Thread object variable
788 _active[self.__ident] = self
853 del _active[_get_ident()]
893 del _active[_get_ident()]
1086 _active[_get_ident()] = self
1132 _active[_get_ident()] = self
1151 return _active[_get_ident()]
1166 return len(_active) + len(_limbo)
1172 return _active.values() + _limbo.values()
1183 return _active.values() + _limbo.values()
1232 _active.clear()
1233 _active.update(new_active)
1234 assert len(_active) == 1