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

/external/deqp/framework/delibs/deutil/
H A DdeProcess.c522 PROCESS_INFORMATION procInfo; member in struct:deProcess_s
589 if (process->procInfo.hProcess)
590 CloseHandle(process->procInfo.hProcess);
592 if (process->procInfo.hThread)
593 CloseHandle(process->procInfo.hThread);
598 process->procInfo.hProcess = DE_NULL;
599 process->procInfo.hThread = DE_NULL;
699 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &process->procInfo))
735 BOOL result = GetExitCodeProcess(process->procInfo.hProcess, (LPDWORD)&exitCode);
761 if (WaitForSingleObject(process->procInfo
[all...]

Completed in 54 milliseconds