Searched refs:SIGSTOP (Results 1 – 19 of 19) sorted by relevance
32 #define SIGSTOP 19 macro
30 #define SIGSTOP 24 macro
37 #define SIGSTOP 19 macro
45 #define SIGSTOP 19 macro
54 #define SIGSTOP 19 macro
42 #define SIGSTOP 19 macro
50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
40 #define SIGSTOP 19 macro
39 #define SIGSTOP 17 macro
59 #define SIGSTOP 17 macro
40 kill(pid, SIGSTOP); in ptrace_child()108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
100 kill(pid, SIGSTOP); in os_stop_process()
295 kill(os_getpid(), SIGSTOP); in userspace_tramp()354 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
317 ; (ii) If signal is SIGTRAP/SIGSTOP, task is being traced thus
279 DEFINE(_SIGSTOP, SIGSTOP); in output_signal_defined()
36 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))