Home
last modified time | relevance | path

Searched refs:ProcessHandle (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.cpp63 ProcessHandle::ProcessHandle() : mProcess(nullptr) {} in ProcessHandle() function in angle::ProcessHandle
65 ProcessHandle::ProcessHandle(Process *process) : mProcess(process) {} in ProcessHandle() function in angle::ProcessHandle
67 ProcessHandle::ProcessHandle(const std::vector<const char *> &args, in ProcessHandle() function in angle::ProcessHandle
72 ProcessHandle::~ProcessHandle() in ~ProcessHandle()
77 ProcessHandle::ProcessHandle(ProcessHandle &&other) : mProcess(other.mProcess) in ProcessHandle() function in angle::ProcessHandle
82 ProcessHandle &ProcessHandle::operator=(ProcessHandle &&rhs) in operator =()
88 void ProcessHandle::reset() in reset()
Dtest_utils.h60 class ProcessHandle; variable
76 friend class ProcessHandle;
95 class ProcessHandle final : angle::NonCopyable
98 ProcessHandle();
99 ProcessHandle(Process *process);
100 ProcessHandle(const std::vector<const char *> &args, ProcessOutputCapture captureOutput);
101 ~ProcessHandle();
102 ProcessHandle(ProcessHandle &&other);
103 ProcessHandle &operator=(ProcessHandle &&rhs);
Dtest_utils_unittest.cpp160 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST()
176 ProcessHandle process(LaunchProcess(args, ProcessOutputCapture::StdoutAndStderrSeparately)); in TEST()
202 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in TEST()
234 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrInterleaved); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc34 ProcessInfo::ProcessInfo() : ProcessHandle(0), Pid(0), ReturnCode(0) {}
383 PI.ProcessHandle = pi.hProcess;
420 assert(PI.ProcessHandle &&
429 DWORD WaitStatus = WaitForSingleObject(PI.ProcessHandle, milliSecondsToWait);
432 if (!TerminateProcess(PI.ProcessHandle, 1)) {
438 CloseHandle(PI.ProcessHandle);
441 WaitForSingleObject(PI.ProcessHandle, INFINITE);
442 CloseHandle(PI.ProcessHandle);
451 BOOL rc = GetExitCodeProcess(PI.ProcessHandle, &status);
454 CloseHandle(PI.ProcessHandle);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProgram.h42 HANDLE ProcessHandle;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite_unittest.cpp85 ProcessHandle process(args, ProcessOutputCapture::StdoutAndStderrSeparately); in runTestSuite()
DTestSuite.h116 ProcessHandle process;
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp153 ProcessHandle process(args, ProcessOutputCapture::StdoutOnly); in run()
DTracePerfTest.cpp1632 ProcessHandle proc(LaunchProcess(args, ProcessOutputCapture::StdoutOnly)); in PrintFileDiff()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1347 HANDLE ProcessHandle; member
1470 HANDLE ProcessHandle; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1219 HANDLE ProcessHandle; member
/third_party/libuv/src/win/
Dwinapi.h4593 (HANDLE ProcessHandle,
/third_party/chromium/patch/
D0003-ohos-1115.patch2205 @@ -112,7 +112,7 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(ProcessHandle handle,
2207 ProcessHandle handle, int* exit_code);
51136 base::ProcessHandle process_handle =