MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _break

Method _break

tools/python-3.11.9-amd64/Lib/threading.py:779–783  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

777 self._break()
778
779 def _break(self):
780 # An internal error was detected. The barrier is set to
781 # a broken state all parties awakened.
782 self._state = -2
783 self._cond.notify_all()
784
785 @property
786 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