Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_thread
Method · 0.45
_run_finalizers
Function · 0.45
__init__
Method · 0.45
_after_fork
Method · 0.45
stop
Method · 0.45
_afterfork
Method · 0.45
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected