Home
last modified time | relevance | path

Searched refs:exit_code (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/SETUP/decomment/
H A Ddecomment.c54 int exit_code = 0; in main() local
182 return exit_code; in main()
/xnu-11215/tests/
H A Dtask_filter_msg.c65 const int exit_code = WEXITSTATUS(status); variable
66 T_ASSERT_EQ(exit_code, 0, "Child inherited the filter msg flag");
/xnu-11215/tests/counter/
H A Dcounter.c158 void *exit_code; variable
159 ret = pthread_join(threads[i], &exit_code);
161 …T_QUIET; T_ASSERT_EQ((ptrdiff_t) exit_code, (ptrdiff_t) 0, "Background thread exited sucessfully."…
/xnu-11215/tools/trace/
H A Dparse_ipc_trace.py31 exit_code = 0
35 exit_code = e.returncode
37 return (exit_code, output_str.strip())
/xnu-11215/osfmk/kdp/
H A Dkdp_protocol.h620 uint32_t exit_code; member