Lines Matching defs:Process
5 #include "brillo/process.h"
22 #include <base/process/process_metrics.h>
38 Process::Process() {
41 Process::~Process() {
44 bool Process::ProcessExists(pid_t pid) {
198 // by this process later on.
236 // Executing inside the child process.
291 // Reset signal mask for the child process if not inheriting signal mask
292 // from the parent process.
306 // Still executing inside the parent process with known child pid.
322 LOG(ERROR) << "Process not running";
332 // kill the process that has just exited.
337 LOG(ERROR) << "Process " << old_pid
358 LOG(ERROR) << "Process not running";
381 LOG(INFO) << "process " << pid_ << " did not exit from signal " << signal