Searched defs:process_id (Results 1 – 4 of 4) sorted by relevance
106 bool WMIProcessUtil::Launch(const std::wstring& command_line, int* process_id) { in Launch()
188 bool DebugUtil::SpawnDebuggerOnProcess(unsigned process_id) { in SpawnDebuggerOnProcess()
134 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { in KillProcess()
214 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) { in KillProcessById()