MCPcopy Index your code
hub / github.com/RustPython/RustPython / clear

Method clear

Lib/multiprocessing/synchronize.py:347–349  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 self._cond.notify_all()
346
347 def clear(self):
348 with self._cond:
349 self._flag.acquire(False)
350
351 def wait(self, timeout=None):
352 with self._cond:

Callers 6

_start_threadMethod · 0.45
_run_finalizersFunction · 0.45
__init__Method · 0.45
_after_forkMethod · 0.45
stopMethod · 0.45
_afterforkMethod · 0.45

Calls 1

acquireMethod · 0.45

Tested by

no test coverage detected