Searched refs:SIGSTOP (Results 1 – 18 of 18) sorted by relevance
/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/valgrind/main/none/tests/ |
D | exec-sigmask.c | 69 if (i == SIGKILL || i == SIGSTOP) in main()
|
/external/strace/ |
D | signal.c | 882 case SIGSTOP: 987 kill(tcp->pid, SIGSTOP); 994 kill(tcp->pid, SIGSTOP); 1001 kill(tcp->pid, SIGSTOP); 1075 kill(tcp->pid, SIGSTOP); 1158 kill(tcp->pid, SIGSTOP); 1167 kill(tcp->pid, SIGSTOP); 1213 kill(tcp->pid, SIGSTOP); 1222 kill(tcp->pid, SIGSTOP);
|
D | strace.c | 595 kill(pid, SIGSTOP); /* stop HERE */ in startup_child() 607 kill(pid, SIGSTOP); in startup_child() 650 kill(getpid(), SIGSTOP); in startup_child() 709 kill(getpid(), SIGSTOP); in test_ptrace_setoptions() 733 case SIGSTOP: in test_ptrace_setoptions() 1376 tcp->status.PR_WHAT == SIGSTOP) in proc_open() 1691 tcp->pid, SIGSTOP) < 0) { 1731 if (WSTOPSIG(status) == SIGSTOP) { 2596 (WSTOPSIG(status) == SIGSTOP || strace_vforked)) { in trace() 2625 if (WSTOPSIG(status) == SIGSTOP && in trace()
|
D | ChangeLog-CVS | 1305 new SIGSTOP for processes still in TCB_STARTUP. 1307 [SUNOS4] (trace): Removed fixvfork () call as a dead code, SIGSTOP must 1310 Clear TCB_STARTUP only in the case the received signal was SIGSTOP. 2308 * strace.c (main) [!USE_PROCFS]: In child process, raise SIGSTOP 3880 in wait after sending SIGSTOP.
|
D | ChangeLog | 1245 (startup_child): Do not raise SIGSTOP if vforked.
|
/external/valgrind/main/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 | 58 setting signal 19: Warning: ignored attempt to set SIGSTOP handler in sigaction(); 59 the SIGSTOP signal is uncatchable
|
/external/kernel-headers/original/asm-mips/ |
D | signal.h | 50 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
|
/external/kernel-headers/original/asm-arm/ |
D | signal.h | 50 #define SIGSTOP 19 macro
|
/external/kernel-headers/original/asm-x86/ |
D | signal.h | 62 #define SIGSTOP 19 macro
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux_uitest.cc | 163 kill(pid, SIGSTOP); in TEST_F()
|
/external/valgrind/main/coregrind/ |
D | vgdb.c | 513 res = kill (pid, SIGSTOP); in stop() 519 return waitstopped (pid, SIGSTOP, msg); in stop() 550 return waitstopped(pid, SIGSTOP, msg); in attach() 1130 stopped = waitstopped (pid, SIGSTOP, in invoke_gdbserver()
|
/external/libppp/src/ |
D | main.c | 171 raise(SIGSTOP); in TerminalStop()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 468 #define VKI_SIGSTOP SIGSTOP
|
/external/openssh/ |
D | scp.c | 176 kill(getpid(), SIGSTOP); in suspchild()
|
/external/bison/ |
D | maint.mk | 627 SIGQUIT SIGRETRACT SIGSAK SIGSEGV SIGSOUND SIGSTKFLT SIGSTOP SIGSYS \
|