Searched refs:SIGSTOP (Results 1 – 20 of 20) 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
50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
42 #define SIGSTOP 19 macro
40 #define SIGSTOP 19 macro
39 #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()
59 #define SIGSTOP 17 macro
248 kill(os_getpid(), SIGSTOP); in userspace_tramp()307 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
320 ; (ii) If signal is SIGTRAP/SIGSTOP, task is being traced thus
49 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
281 DEFINE(_SIGSTOP, SIGSTOP); in output_signal_defined()
36 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))