Home
last modified time | relevance | path

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

123

/external/bison/lib/
Dsigaction.c63 #ifndef SIGSTOP
64 # define SIGSTOP (-1) macro
138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP in sigaction()
Dsigprocmask.c46 #ifndef SIGSTOP
47 # define SIGSTOP (-1) macro
299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP in rpl_signal()
/external/strace/tests/
Dwait.c81 raise(SIGSTOP); in main()
85 assert(WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP); in main()
Dwait.expected7 wait4\([[:digit:]]+, \[\{WIFSTOPPED\(s\) && WSTOPSIG\(s\) == SIGSTOP\}\], WSTOPPED, NULL\) += [[:di…
8 …si_code=CLD_STOPPED, si_pid=[[:digit:]]+, si_uid=[[:digit:]]+, si_status=SIGSTOP, si_utime=[[:digi…
Dppoll.c68 sigdelset(&mask, SIGSTOP); in test2()
/external/ltrace/
Dlibltrace.c66 kill(proc->pid, SIGSTOP); in stop_non_p_processes()
160 exiting && ev->e_un.signum == SIGSTOP) { in dispatch_callbacks()
/external/strace/
DREADME-linux-ptrace142 usual exception that SIGSTOP can't be blocked.
220 call. The call can be avoided if signal number is not SIGSTOP, SIGTSTP,
233 signals: if tracer restarts tracee after group-stop, SIGSTOP is
374 0) call. This also sends SIGSTOP to this thread. If tracer wants this
375 SIGSTOP to have no effect, it needs to suppress it. Note that if other
378 usual practice is to reinject these signals until SIGSTOP is seen, then
379 suppress SIGSTOP injection. The design bug here is that attach and
380 concurrent SIGSTOP are racing and SIGSTOP may be lost.
384 Since attaching sends SIGSTOP and tracer usually suppresses it, this
390 practice is to follow ptrace(PTRACE_TRACEME) with raise(SIGSTOP) and
[all …]
Dstrace.c843 error = my_tkill(tcp->pid, SIGSTOP); in detach()
920 if (sig == SIGSTOP) { in detach()
1166 kill(getpid(), SIGSTOP); in exec_or_die()
1295 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in startup_child()
2202 case SIGSTOP: in trace()
2221 if (sig == SIGSTOP && (tcp->flags & TCB_IGNORE_ONE_SIGSTOP)) { in trace()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_signal.py29 SIGSTOP = 19 # Stopped (signal) variable
/external/lldb/tools/debugserver/source/
DSysSignal.cpp43 case SIGSTOP: return "SIGSTOP"; // 17 sendable stop signal not from tty in Name()
/external/autotest/client/tests/kvm/scripts/
Dmulticast_guest.py36 os.kill(os.getpid(), signal.SIGSTOP)
/external/elfutils/libdwfl/
Dlinux-pid-attach.c88 syscall (__NR_tkill, tid, SIGSTOP); in __libdwfl_ptrace_attach()
102 if (WSTOPSIG (status) == SIGSTOP) in __libdwfl_ptrace_attach()
270 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0)); in __libdwfl_ptrace_detach()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsignal.h49 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h36 #define SIGSTOP 19 macro
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h29 #define SIGSTOP 19 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h41 #define SIGSTOP 19 macro
/external/valgrind/none/tests/
Dexec-sigmask.c69 if (i == SIGKILL || i == SIGSTOP) in main()
/external/valgrind/memcheck/tests/
Dsigkill.stderr.exp-mips3270 setting signal 23: Warning: ignored attempt to set SIGSTOP handler in sigaction();
71 the SIGSTOP signal is uncatchable
Dsigkill.stderr.exp-solaris70 setting signal 23: Warning: ignored attempt to set SIGSTOP handler in sigaction();
71 the SIGSTOP signal is uncatchable
Dsigkill.stderr.exp58 setting signal 19: Warning: ignored attempt to set SIGSTOP handler in sigaction();
59 the SIGSTOP signal is uncatchable
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c88 #ifdef SIGSTOP
89 DEFINE_ENTRY(SIGSTOP)
/external/autotest/client/site_tests/desktopui_HangDetector/
Ddesktopui_HangDetector.py57 os.kill(browser_pid, signal.SIGSTOP) # Simulate hang.
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c340 res = kill (pid, SIGSTOP); in stop()
346 return waitstopped (pid, SIGSTOP, msg); in stop()
377 return waitstopped(pid, SIGSTOP, msg); in attach()
1109 stopped = waitstopped (pid, SIGSTOP, in invoker_invoke_gdbserver()

123