Lines Matching refs:get_ident
26 __all__ = ['get_ident', 'active_count', 'Condition', 'current_thread',
37 get_ident = _thread.get_ident
164 me = get_ident()
192 if self._owner != get_ident():
219 return self._owner == get_ident()
1002 self._ident = get_ident()
1074 del _active[get_ident()]
1165 This is a nonzero integer. See the get_ident() function. Thread
1305 name = get_ident()
1454 return _active[get_ident()]
1556 if _main_thread.ident == get_ident():
1621 current = _active[get_ident()]
1646 ident = get_ident()