Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dcn_proc.h91 __u32 exit_code, exit_signal; member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp70 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, in Exec() argument
155 ASSERT_EQ(exit_code, WEXITSTATUS(status)) << "Output:\n" << output; in Exec()