Searched refs:BackgroundReaper (Results 1 – 1 of 1) sorted by relevance
138 class BackgroundReaper : public PlatformThread::Delegate { class140 BackgroundReaper(base::Process child_process, const TimeDelta& wait_time) in BackgroundReaper() function in base::__anon8da870a60211::BackgroundReaper155 DISALLOW_COPY_AND_ASSIGN(BackgroundReaper);167 0, new BackgroundReaper(std::move(process), TimeDelta::FromSeconds(2))); in EnsureProcessTerminated()179 0, new BackgroundReaper(std::move(process), TimeDelta())); in EnsureProcessGetsReaped()