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

Method clear

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

Source from the content-addressed store, hash-verified

352 self._cond.notify_all()
353
354 def clear(self):
355 with self._cond:
356 self._flag.acquire(False)
357
358 def wait(self, timeout=None):
359 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