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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py71 self._after_fork()
74 register_after_fork(self, Queue._after_fork)
84 self._after_fork()
86 def _after_fork(self): member in class:Queue
87 debug('Queue._after_fork()')
H A Dsynchronize.py80 def _after_fork(obj): function in function:SemLock.__init__
81 obj._semlock._after_fork()
82 register_after_fork(self, _after_fork)
H A Dmanagers.py735 util.register_after_fork(self, BaseProxy._after_fork)
822 def _after_fork(self): member in class:BaseProxy
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dqueues.py71 self._after_fork()
74 register_after_fork(self, Queue._after_fork)
84 self._after_fork()
86 def _after_fork(self): member in class:Queue
87 debug('Queue._after_fork()')
H A Dsynchronize.py80 def _after_fork(obj): function in function:SemLock.__init__
81 obj._semlock._after_fork()
82 register_after_fork(self, _after_fork)
H A Dmanagers.py735 util.register_after_fork(self, BaseProxy._after_fork)
822 def _after_fork(self): member in class:BaseProxy
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dthreading.py564 # private! called by Thread._reset_internal_locks by _after_fork()
696 # private! Called by _after_fork() to reset our internal locks as
1209 def _after_fork(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dthreading.py564 # private! called by Thread._reset_internal_locks by _after_fork()
696 # private! Called by _after_fork() to reset our internal locks as
1209 def _after_fork(): function

Completed in 217 milliseconds