HomeSort by relevance Sort by last modified time
    Searched refs:KillProcess (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/base/process/
kill.cc 20 result &= KillProcess(entry->pid(), exit_code, true);
kill_win.cc 49 void KillProcess();
70 KillProcess();
78 void TimerExpiredTask::KillProcess() {
86 base::KillProcess(process_, kProcessKilledExitCode, false);
94 bool KillProcess(ProcessHandle process, int exit_code, bool wait) {
117 bool ret = KillProcess(process, exit_code, wait);
process_posix.cc 45 KillProcess(process_, result_code, false);
kill.h 20 // exit code arguments to KillProcess*(), use platform/application
44 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcess.h 57 int KillProcess(int pid, bool wait);
osProcessWin.cpp 124 int KillProcess(int pid, bool wait)