Searched refs:SIGSTOP (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | signum-arch.h | 38 #define SIGSTOP 23 /* Stop, unblockable. */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | signum-arch.h | 38 #define SIGSTOP 19 /* Stop, unblockable. */ macro
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | signum-arch.h | 43 #define SIGSTOP 24 /* Stop, unblockable. */ macro
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | signum-arch.h | 41 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/sysdeps/mach/hurd/bits/ |
A D | signum-arch.h | 38 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | signum-arch.h | 40 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/sysdeps/generic/ |
A D | siglist.h | 44 init_sig (SIGSTOP, "STOP", N_("Stopped (signal)"))
|
/sysdeps/unix/sysv/linux/s390/ |
A D | tst-ptrace-singleblock.c | 52 kill (pid, SIGSTOP); in tracee_func()
|
/sysdeps/mach/hurd/ |
A D | kill.c | 89 case SIGSTOP: in __kill()
|
A D | ptrace.c | 187 err = __msg_sig_post (msgport, SIGSTOP, 0, task); in ptrace()
|
Completed in 8 milliseconds