/glibc-2.36/posix/ |
D | tst-waitid.c | 41 raise (SIGSTOP); in test_child() 88 check_sigchld (CLD_STOPPED, SIGSTOP, pid); in do_test_waitd_common() 111 TEST_COMPARE (info.si_status, SIGSTOP); in do_test_waitd_common() 157 if (kill (pid, SIGSTOP) != 0) in do_test_waitd_common() 170 TEST_COMPARE (info.si_status, SIGSTOP); in do_test_waitd_common() 173 check_sigchld (CLD_STOPPED, SIGSTOP, pid); in do_test_waitd_common()
|
D | tst-wait-skeleton.c | 39 raise (SIGSTOP); in test_child() 86 check_sigchld (CLD_STOPPED, SIGSTOP, pid); in do_test_wait() 131 if (kill (pid, SIGSTOP) != 0) in do_test_wait() 143 check_sigchld (CLD_STOPPED, SIGSTOP, pid); in do_test_wait()
|
/glibc-2.36/bits/ |
D | signum-arch.h | 32 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | signum-arch.h | 43 #define SIGSTOP 24 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | signum-arch.h | 38 #define SIGSTOP 23 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | signum-arch.h | 38 #define SIGSTOP 19 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | signum-arch.h | 38 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | signum-arch.h | 40 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | signum-arch.h | 41 #define SIGSTOP 17 /* Stop, unblockable. */ macro
|
/glibc-2.36/rt/ |
D | tst-timer-sigmask.c | 45 TEST_VERIFY (sig != SIGKILL && sig != SIGSTOP); in thread_handler()
|
/glibc-2.36/support/ |
D | tst-support-process_state.c | 44 raise (SIGSTOP); in test_child()
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 44 init_sig (SIGSTOP, "STOP", N_("Stopped (signal)"))
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ |
D | tst-ptrace-singleblock.c | 52 kill (pid, SIGSTOP); in tracee_func()
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 40 VERIFY (set, SIGSTOP); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | kill.c | 89 case SIGSTOP: in __kill()
|
D | ptrace.c | 187 err = __msg_sig_post (msgport, SIGSTOP, 0, task); in ptrace()
|
/glibc-2.36/hurd/hurd/ |
D | signal.h | 377 #define _SIG_CANT_MASK (__sigmask (SIGSTOP) | __sigmask (SIGKILL))
|
/glibc-2.36/elf/ |
D | pldd.c | 214 if (WSTOPSIG (status) == SIGSTOP) in wait_for_ptrace_stop()
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 611 | __sigmask (SIGSTOP) | __sigmask (SIGTSTP)) in weak_alias() 829 case SIGSTOP: in weak_alias()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 82 macro-int-constant SIGSTOP {int} > 0
|
/glibc-2.36/manual/ |
D | signal.texi | 164 signals, such as @code{SIGKILL} and @code{SIGSTOP}, the action is fixed, 652 @deftypevr Macro int SIGSTOP 654 The @code{SIGSTOP} signal stops the process. It cannot be handled, 662 @code{SIGSTOP}, this signal can be handled and ignored. 987 ignore the @code{SIGKILL} or @code{SIGSTOP} signals at all. You can 1023 a handler for @code{SIGKILL} or @code{SIGSTOP}. 1183 trap or ignore @code{SIGKILL} or @code{SIGSTOP}. 2632 You can't block the @code{SIGKILL} and @code{SIGSTOP} signals, but 3286 (sigmask (SIGTSTP) | sigmask (SIGSTOP)
|
D | job.texi | 103 @code{SIGSTOP} signal. It's the responsibility of the shell to notice
|
/glibc-2.36/po/ |
D | eo.po | 2871 # SIGSTOP 17,19,23 Stop Stop process
|
D | cs.po | 5521 msgstr "Pozastaven (SIGSTOP)"
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 2905 (SIGSTOP): Remove.
|