Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 27) sorted by relevance

12

/glibc-2.36/posix/
Dtst-waitid.c41 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()
Dtst-wait-skeleton.c39 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/
Dsignum-arch.h32 #define SIGSTOP 17 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dsignum-arch.h43 #define SIGSTOP 24 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsignum-arch.h38 #define SIGSTOP 23 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsignum-arch.h38 #define SIGSTOP 19 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dsignum-arch.h38 #define SIGSTOP 17 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dsignum-arch.h40 #define SIGSTOP 17 /* Stop, unblockable. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dsignum-arch.h41 #define SIGSTOP 17 /* Stop, unblockable. */ macro
/glibc-2.36/rt/
Dtst-timer-sigmask.c45 TEST_VERIFY (sig != SIGKILL && sig != SIGSTOP); in thread_handler()
/glibc-2.36/support/
Dtst-support-process_state.c44 raise (SIGSTOP); in test_child()
/glibc-2.36/sysdeps/generic/
Dsiglist.h44 init_sig (SIGSTOP, "STOP", N_("Stopped (signal)"))
/glibc-2.36/sysdeps/unix/sysv/linux/s390/
Dtst-ptrace-singleblock.c52 kill (pid, SIGSTOP); in tracee_func()
/glibc-2.36/signal/
Dtst-sigset.c40 VERIFY (set, SIGSTOP); in do_test()
/glibc-2.36/sysdeps/mach/hurd/
Dkill.c89 case SIGSTOP: in __kill()
Dptrace.c187 err = __msg_sig_post (msgport, SIGSTOP, 0, task); in ptrace()
/glibc-2.36/hurd/hurd/
Dsignal.h377 #define _SIG_CANT_MASK (__sigmask (SIGSTOP) | __sigmask (SIGKILL))
/glibc-2.36/elf/
Dpldd.c214 if (WSTOPSIG (status) == SIGSTOP) in wait_for_ptrace_stop()
/glibc-2.36/hurd/
Dhurdsig.c611 | __sigmask (SIGSTOP) | __sigmask (SIGTSTP)) in weak_alias()
829 case SIGSTOP: in weak_alias()
/glibc-2.36/conform/data/
Dsignal.h-data82 macro-int-constant SIGSTOP {int} > 0
/glibc-2.36/manual/
Dsignal.texi164 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)
Djob.texi103 @code{SIGSTOP} signal. It's the responsibility of the shell to notice
/glibc-2.36/po/
Deo.po2871 # SIGSTOP 17,19,23 Stop Stop process
Dcs.po5521 msgstr "Pozastaven (SIGSTOP)"
/glibc-2.36/ChangeLog.old/
DChangeLog.212905 (SIGSTOP): Remove.

12