Searched refs:SIGSTOP (Results 1 – 17 of 17) sorted by relevance
37 #define SIGSTOP 19 macro
30 #define SIGSTOP 24 macro
45 #define SIGSTOP 19 macro
54 #define SIGSTOP 19 macro
50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
41 #define SIGSTOP 19 macro
40 #define SIGSTOP 19 macro
39 #define SIGSTOP 17 macro
59 #define SIGSTOP 17 macro
51 kill(pid, SIGSTOP); in ptrace_child()119 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
209 stub_syscall2(__NR_kill, stub_syscall0(__NR_getpid), SIGSTOP); in real_init()
23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
249 DEFINE(_SIGSTOP, SIGSTOP); in output_signal_defines()
290 DEFINE(_SIGSTOP, SIGSTOP); in output_signal_defined()
508 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
36 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
Completed in 21 milliseconds