Searched refs:STOP (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTestUtils.cpp | 84 {"SIGSTOP", "Stopped (signal)", STOP},
85 {"SIGTSTP", "Stopped", STOP}, // 20
86 {"SIGTTIN", "Stopped (tty input)", STOP},
87 {"SIGTTOU", "Stopped (tty output)", STOP},
|
H A D | SignalTest.h | 25 enum SignalAction {TERMINATE, COREDUMP, IGNORE, STOP, CONTINUE};
enumerator
|
H A D | SignalTest.cpp | 41 if (a == STOP) { // SIGSTOP should has no effect in liteos
in HWTEST_P()
|
Completed in 4 milliseconds