MCPcopy Index your code
hub / github.com/python/cpython / _break

Method _break

Lib/threading.py:815–819  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

813 self._break()
814
815 def _break(self):
816 # An internal error was detected. The barrier is set to
817 # a broken state all parties awakened.
818 self._state = -2
819 self._cond.notify_all()
820
821 @property
822 def parties(self):

Callers 3

_releaseMethod · 0.95
_waitMethod · 0.95
abortMethod · 0.95

Calls 1

notify_allMethod · 0.45

Tested by

no test coverage detected