Searched refs:exit_code (Results 1 – 5 of 5) sorted by relevance
54 int exit_code = 0; in main() local182 return exit_code; in main()
65 const int exit_code = WEXITSTATUS(status); variable66 T_ASSERT_EQ(exit_code, 0, "Child inherited the filter msg flag");
158 void *exit_code; variable159 ret = pthread_join(threads[i], &exit_code);161 …T_QUIET; T_ASSERT_EQ((ptrdiff_t) exit_code, (ptrdiff_t) 0, "Background thread exited sucessfully."…
31 exit_code = 035 exit_code = e.returncode37 return (exit_code, output_str.strip())
620 uint32_t exit_code; member