Searched refs:ProcessInfo (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DProgram.cpp26 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;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DProgram.h46 struct ProcessInfo { struct in namespace:llvm::sys
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.
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp340 PROCESS_INFORMATION ProcessInfo; local
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)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc67 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 205 milliseconds