Home
last modified time | relevance | path

Searched refs:after_fork (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dqueues.py69 self._reset(after_fork=True)
71 def _reset(self, after_fork=False): argument
72 if after_fork:
/external/libchrome/base/process/
Dlaunch_posix.cc369 base::TimeTicks after_fork = TimeTicks::Now(); in LaunchProcess() local
372 base::TimeDelta fork_time = after_fork - before_fork; in LaunchProcess()