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

/external/chromium_org/base/process/
H A Dkill_posix.cc405 class BackgroundReaper : public PlatformThread::Delegate { class in namespace:base::__anon2418
407 BackgroundReaper(pid_t child, unsigned timeout) function in class:base::__anon2418::BackgroundReaper
456 DISALLOW_COPY_AND_ASSIGN(BackgroundReaper);
467 BackgroundReaper* reaper = new BackgroundReaper(process, timeout);
476 BackgroundReaper* reaper = new BackgroundReaper(process, 0);

Completed in 35 milliseconds