Searched defs:_at_fork_reinit (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | threading.py | 125 def _at_fork_reinit(self): member in _RLock |
/external/python/cpython3/Lib/multiprocessing/ | ||
D | util.py | 375 def _at_fork_reinit(self): member in ForkAwareThreadLock |
/external/python/cpython3/Lib/logging/ | ||
D | __init__.py | 889 def _at_fork_reinit(self): member in Handler |