Searched refs:SIGSTOP (Results 1 – 7 of 7) sorted by relevance
29 #define SIGSTOP 19 macro
41 #define SIGSTOP 19 macro
512 if (sigaction(SIGSTOP, &act, NULL) == 0) { in test_signal()516 chk_error(sigaction(SIGSTOP, NULL, &act)); in test_signal()
159 Program received signal SIGSTOP, Stopped (signal).
924 kill(getpid(), SIGSTOP); in handle_pending_signal()
424 + "SIGSTOP", /* 23 */
539 kill(s->qemu_pid, SIGSTOP); in qtest_connect()