Searched refs:dwExitCode (Results 1 – 6 of 6) sorted by relevance
87 DWORD dwExitCode; in gpr_subprocess_join() local88 if (GetExitCodeProcess(p->pi.hProcess, &dwExitCode)) { in gpr_subprocess_join()89 if (dwExitCode == STILL_ACTIVE) { in gpr_subprocess_join()106 if (GetExitCodeProcess(p->pi.hProcess, &dwExitCode)) { in gpr_subprocess_join()107 return (int)dwExitCode; in gpr_subprocess_join()114 DWORD dwExitCode; in gpr_subprocess_interrupt() local115 if (GetExitCodeProcess(p->pi.hProcess, &dwExitCode)) { in gpr_subprocess_interrupt()116 if (dwExitCode == STILL_ACTIVE) { in gpr_subprocess_interrupt()
230 DWORD dwExitCode = 0; in closeThread() local233 GetExitCodeThread(hThread, &dwExitCode); in closeThread()238 if (dwExitCode == STILL_ACTIVE) in closeThread()240 } while (dwExitCode == STILL_ACTIVE); in closeThread()
457 return DebugEvent.u.ExitProcess.dwExitCode; in main()
496 return DebugEvent.u.ExitProcess.dwExitCode; in main()
214 ExitThread(dwExitCode int32)215 TerminateThread(hThread HANDLE, dwExitCode int32)418 FreeLibraryAndExitThread(hLibModule ptr[inout, intptr], dwExitCode int32)