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

/external/chromium_org/base/process/
H A Dkill.h54 // Attempts to kill the process group identified by |process_group_id|. Returns
56 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
H A Dkill_posix.cc188 bool KillProcessGroup(ProcessHandle process_group_id) { argument
189 bool result = kill(-1 * process_group_id, SIGKILL) == 0;
191 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id;

Completed in 74 milliseconds