Searched refs:BackgroundReaper (Results 1 – 1 of 1) sorted by relevance
154 class BackgroundReaper : public PlatformThread::Delegate { class156 BackgroundReaper(pid_t child, unsigned timeout) in BackgroundReaper() function in base::__anon4774605f0211::BackgroundReaper205 DISALLOW_COPY_AND_ASSIGN(BackgroundReaper);216 BackgroundReaper* reaper = new BackgroundReaper(process.Pid(), timeout); in EnsureProcessTerminated()225 BackgroundReaper* reaper = new BackgroundReaper(pid, 0); in EnsureProcessGetsReaped()