Searched refs:COREDUMP (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTestUtils.cpp | 68 {"SIGQUIT", "Quit", COREDUMP},
69 {"SIGILL", "Illegal instruction", COREDUMP},
70 {"SIGTRAP", "Trace/breakpoint trap", COREDUMP},
71 {"SIGABRT", "Aborted", COREDUMP}, // alias: SIGIOT
72 {"SIGBUS", "Bus error", COREDUMP},
73 {"SIGFPE", "Arithmetic exception", COREDUMP},
76 {"SIGSEGV", "Segmentation fault", COREDUMP},
89 {"SIGXCPU", "CPU time limit exceeded", COREDUMP},
90 {"SIGXFSZ", "File size limit exceeded", COREDUMP},
|
H A D | SignalTest.h | 25 enum SignalAction {TERMINATE, COREDUMP, IGNORE, STOP, CONTINUE};
enumerator
|
H A D | SignalTest.cpp | 44 } else if (a == COREDUMP) {
in HWTEST_P()
|
Completed in 4 milliseconds