MCPcopy 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:571–573  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

569 return f"<{cls.__module__}.{cls.__qualname__} at {id(self):#x}: {status}>"
570
571 def _at_fork_reinit(self):
572 # Private method called by Thread._reset_internal_locks()
573 self._cond._at_fork_reinit()
574
575 def is_set(self):
576 """Return true if and only if the internal flag is true."""

Callers 3

_at_fork_reinitMethod · 0.45
_at_fork_reinitMethod · 0.45
_reset_internal_locksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected