Searched refs:exited (Results 1 – 25 of 102) sorted by relevance
12345
3 child exited5 child exited7 child exited10 child exited12 child exited14 child exited
1 Child exited with zero (TEST PASSED).
9 static int exited; variable14 exited = 1; in sig_handler()105 if (!exited || !nr_exit) { in test__task_exit()
42 int exited = 0; in printstatus() local65 exited = 1; in printstatus()92 return exited; in printstatus()
155 self.assert_(p.exited)180 self.assert_(p.exited)206 self.assert_(p.exited)
287 self.exited = False291 self.exited = True
59 Assert(p.exited)
219 self.assert_(p.exited)244 self.assert_(p.exited)278 self.assert_(p.exited)
298 self.exited = False302 self.exited = True
209 self.assert_(p.exited)234 self.assert_(p.exited)257 self.assert_(p.exited)
283 self.exited = False287 self.exited = True
2 +++ exited with 0 +++
7 +++ exited with 0 +++
30 \\[\\?{$len}\\] \\+\\+\\+ exited with 0 \\+\\+\\+
19 +++ exited with 0 +++
2 Program exited normally.
2 Program exited with code 01.
11 Program exited normally.
9 Program exited normally.
184 bool exited = false; in MonitorChildProcessThreadFunction() local197 exited = true; in MonitorChildProcessThreadFunction()204 exited = true; in MonitorChildProcessThreadFunction()229 if (exited || (signal != 0 && monitor_signals)) in MonitorChildProcessThreadFunction()233 … callback_return = callback (callback_baton, wait_pid, exited, signal, exit_status); in MonitorChildProcessThreadFunction()236 if (exited && wait_pid == pid) in MonitorChildProcessThreadFunction()1346 bool exited, // True if the process did exit in MonitorShellCommand() argument