HomeSort by: relevance | last modified time | path
    Searched refs:ProcessInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Program.h 46 struct ProcessInfo {
55 ProcessInfo();
144 /// @returns The \see ProcessInfo of the newly launched process.
147 /// on ProcessInfo.ProcessHandle to avoid memory leaks.
148 ProcessInfo ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
201 /// \returns A \see ProcessInfo struct with Pid set to:
206 /// the \see ProcessInfo returned from this function.
207 ProcessInfo Wait(
208 const ProcessInfo &PI, ///< The child process that should be waited on.
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Program.cpp 26 static bool Execute(ProcessInfo &PI, StringRef Program,
40 ProcessInfo PI;
45 ProcessInfo Result =
57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
63 ProcessInfo PI;
  /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 340 PROCESS_INFORMATION ProcessInfo;
343 std::memset(&ProcessInfo, 0, sizeof(ProcessInfo));
359 &ProcessInfo);
384 success = ::GetProcessTimes(ProcessInfo.hProcess,
415 ::TerminateProcess(ProcessInfo.hProcess, -1);
430 ::TerminateProcess(ProcessInfo.hProcess, -1);
455 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId)
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 67 ProcessInfo::ProcessInfo() : Pid(0), ReturnCode(0) {}
174 static bool Execute(ProcessInfo &PI, StringRef Program,
381 ProcessInfo llvm::sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
406 ProcessInfo WaitResult;

Completed in 51 milliseconds