Searched refs:m_procInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/execserver/ |
H A D | xsWin32TestProcess.cpp | 399 deMemset(&m_procInfo, 0, sizeof(m_procInfo)); in Process() 432 if (m_procInfo.hProcess) in cleanupHandles() 433 CloseHandle(m_procInfo.hProcess); in cleanupHandles() 435 if (m_procInfo.hThread) in cleanupHandles() 436 CloseHandle(m_procInfo.hThread); in cleanupHandles() 442 deMemset(&m_procInfo, 0, sizeof(m_procInfo)); in cleanupHandles() 541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo)) in start() 573 BOOL result = GetExitCodeProcess(m_procInfo in isRunning() [all...] |
H A D | xsWin32TestProcess.hpp | 171 PROCESS_INFORMATION m_procInfo; member in xs::win32::Process
|
Completed in 2 milliseconds