Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _at_fork_reinit
Method
_at_fork_reinit
tools/python-3.11.9-amd64/Lib/threading.py:267–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
265
self._waiters = _deque()
266
267
def
_at_fork_reinit(self):
268
self._lock._at_fork_reinit()
269
self._waiters.clear()
270
271
def
__enter__(self):
272
return
self._lock.__enter__()
Callers
nothing calls this directly
Calls
2
_at_fork_reinit
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected