Searched refs:getExitCode (Results 1 – 11 of 11) sorted by relevance
92 goto getExitCode; in gpr_subprocess_join()96 goto getExitCode; in gpr_subprocess_join()102 getExitCode: in gpr_subprocess_join()
146 int getExitCode (void) const { return m_exitCode; } in getExitCode() function in xs::win32::Process190 virtual int getExitCode (void) const;
306 int PosixTestProcess::getExitCode (void) const in getExitCode() function in xs::PosixTestProcess309 return m_process->getExitCode(); in getExitCode()
49 virtual int getExitCode (void) const = DE_NULL;
87 virtual int getExitCode (void) const;
128 m_lastExitCode = m_process->getExitCode(); in poll()
784 int Win32TestProcess::getExitCode (void) const in getExitCode() function in xs::Win32TestProcess787 return m_process->getExitCode(); in getExitCode()
54 int getExitCode (void) const { return deProcess_getExitCode(m_process); } in getExitCode() function in de::Process
55 virtual int getExitCode (void) const;
277 int TestProcess::getExitCode (void) const in getExitCode() function in tcu::Android::TestProcess
132 int getExitCode (void) const { return 0; /* not available */ }