Searched defs:exitCode (Results 1 – 10 of 10) sorted by relevance
94 unsigned exitCode = 0; in ptw32_throw() local
47 function testendCommand(exitCode) { argument
87 catch(NExitCode::EEnum &exitCode) in main() local
525 int exitCode = NExitCode::kSuccess; in Main2() local
30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } in Terminate()
135 DWORD exitCode = 0; in Shutdown() local
440 def formatTestOutput(status, out, err, exitCode, script): argument
81 int exitCode = proc.exitValue(); in run() local