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

/external/libchrome/base/process/
H A Dkill_posix.cc154 class BackgroundReaper : public PlatformThread::Delegate { class in namespace:base::__anon9062
156 BackgroundReaper(pid_t child, unsigned timeout) function in class:base::__anon9062::BackgroundReaper
205 DISALLOW_COPY_AND_ASSIGN(BackgroundReaper);
216 BackgroundReaper* reaper = new BackgroundReaper(process.Pid(), timeout);
225 BackgroundReaper* reaper = new BackgroundReaper(pid, 0);

Completed in 84 milliseconds