Lines Matching full:process
5 #include "base/process/kill.h"
18 #include "base/process/process_iterator.h"
58 // On ChromeOS, only way a process gets kill by SIGKILL
82 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id;
96 DPLOG(ERROR) << "Unable to terminate process " << handle;
137 // Return true if the given child is dead. This will also reap the process.
190 // just wait for the process to die now in a blocking manner.
210 void EnsureProcessTerminated(Process process) {
212 if (IsChildDead(process.Pid()))
216 BackgroundReaper* reaper = new BackgroundReaper(process.Pid(), timeout);