Home
last modified time | relevance | path

Searched refs:_after_fork (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dcontext.py227 def _after_fork(): member in Process
228 return _default_context.get_context().Process._after_fork()
291 def _after_fork(): member in .SpawnProcess
339 def _after_fork(): member in .SpawnProcess
H A Dsynchronize.py71 def _after_fork(obj): function
72 obj._semlock._after_fork()
73 util.register_after_fork(self, _after_fork)
H A Dprocess.py307 self._after_fork()
339 def _after_fork(): member in BaseProcess
H A Dqueues.py55 register_after_fork(self, Queue._after_fork)
67 def _after_fork(self): member in Queue
68 debug('Queue._after_fork()')
H A Dmanagers.py798 util.register_after_fork(self, BaseProxy._after_fork)
890 def _after_fork(self): member in BaseProxy
/third_party/python/Lib/
H A Dthreading.py904 # For debugging and _after_fork()
908 # private! Called by _after_fork() to reset our internal locks as
1607 def _after_fork(): function
1661 _os.register_at_fork(after_in_child=_after_fork)

Completed in 7 milliseconds