Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dkill_posix.cc138 class BackgroundReaper : public PlatformThread::Delegate { class
140 BackgroundReaper(base::Process child_process, const TimeDelta& wait_time) in BackgroundReaper() function in base::__anon8da870a60211::BackgroundReaper
155 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()