Home
last modified time | relevance | path

Searched refs:dwExitCode (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/util/
Dsubprocess_windows.cc87 DWORD dwExitCode; in gpr_subprocess_join() local
88 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() local
115 if (GetExitCodeProcess(p->pi.hProcess, &dwExitCode)) { in gpr_subprocess_interrupt()
116 if (dwExitCode == STILL_ACTIVE) { in gpr_subprocess_interrupt()
/external/ltp/testcases/kernel/io/disktest/
Dthreading.c230 DWORD dwExitCode = 0; in closeThread() local
233 GetExitCodeThread(hThread, &dwExitCode); in closeThread()
238 if (dwExitCode == STILL_ACTIVE) in closeThread()
240 } while (dwExitCode == STILL_ACTIVE); in closeThread()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp457 return DebugEvent.u.ExitProcess.dwExitCode; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp457 return DebugEvent.u.ExitProcess.dwExitCode; in main()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp496 return DebugEvent.u.ExitProcess.dwExitCode; in main()
/external/syzkaller/sys/windows/
Dwindows.txt214 ExitThread(dwExitCode int32)
215 TerminateThread(hThread HANDLE, dwExitCode int32)
418 FreeLibraryAndExitThread(hLibModule ptr[inout, intptr], dwExitCode int32)