/external/bison/lib/ |
D | sigaction.c | 63 #ifndef SIGSTOP 64 # define SIGSTOP (-1) macro 138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP in sigaction()
|
D | sigprocmask.c | 46 #ifndef SIGSTOP 47 # define SIGSTOP (-1) macro 299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP in rpl_signal()
|
/external/strace/tests/ |
D | wait.c | 81 raise(SIGSTOP); in main() 85 assert(WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP); in main()
|
D | wait.expected | 7 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…
|
D | ppoll.c | 68 sigdelset(&mask, SIGSTOP); in test2()
|
/external/ltrace/ |
D | libltrace.c | 66 kill(proc->pid, SIGSTOP); in stop_non_p_processes() 160 exiting && ev->e_un.signum == SIGSTOP) { in dispatch_callbacks()
|
/external/strace/ |
D | README-linux-ptrace | 142 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 …]
|
D | strace.c | 843 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/ |
D | device_signal.py | 29 SIGSTOP = 19 # Stopped (signal) variable
|
/external/lldb/tools/debugserver/source/ |
D | SysSignal.cpp | 43 case SIGSTOP: return "SIGSTOP"; // 17 sendable stop signal not from tty in Name()
|
/external/autotest/client/tests/kvm/scripts/ |
D | multicast_guest.py | 36 os.kill(os.getpid(), signal.SIGSTOP)
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 88 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/ |
D | signal.h | 49 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | signal.h | 36 #define SIGSTOP 19 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal.h | 29 #define SIGSTOP 19 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | signal.h | 41 #define SIGSTOP 19 macro
|
/external/valgrind/none/tests/ |
D | exec-sigmask.c | 69 if (i == SIGKILL || i == SIGSTOP) in main()
|
/external/valgrind/memcheck/tests/ |
D | sigkill.stderr.exp-mips32 | 70 setting signal 23: Warning: ignored attempt to set SIGSTOP handler in sigaction(); 71 the SIGSTOP signal is uncatchable
|
D | sigkill.stderr.exp-solaris | 70 setting signal 23: Warning: ignored attempt to set SIGSTOP handler in sigaction(); 71 the SIGSTOP signal is uncatchable
|
D | sigkill.stderr.exp | 58 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/ |
D | ThreadMachCore.cpp | 126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
|
/external/e2fsprogs/e2fsck/ |
D | sigcatcher.c | 88 #ifdef SIGSTOP 89 DEFINE_ENTRY(SIGSTOP)
|
/external/autotest/client/site_tests/desktopui_HangDetector/ |
D | desktopui_HangDetector.py | 57 os.kill(browser_pid, signal.SIGSTOP) # Simulate hang.
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 340 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()
|