Home
last modified time | relevance | path

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

/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/utils/KillTheDoctor/
DKillTheDoctor.cpp496 return DebugEvent.u.ExitProcess.dwExitCode; in main()