Lines Matching defs:_stop
1044 def _stop(self):
1045 # After calling ._stop(), .is_alive() returns False and .join() returns
1046 # immediately. ._tstate_lock must be released before calling ._stop().
1051 # and .is_alive(). Any number of threads _may_ call ._stop()
1123 # If the lock is acquired, the C code is done, and self._stop() is
1134 self._stop()
1142 self._stop()
1433 def _stop(self):
1541 # is nearly dead. So we release it here. Note that just calling _stop()
1563 _main_thread._stop()
1652 thread._stop()