Searched defs:SIGSTOP (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dsigaction.c63 #ifndef SIGSTOP
64 # define SIGSTOP (-1) macro
138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP
H A Dsigprocmask.c46 #ifndef SIGSTOP
47 # define SIGSTOP (-1) macro
299 if (sig >= 0 && sig < NSIG && sig != SIGKILL && sig != SIGSTOP
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h36 #define SIGSTOP 19 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h29 #define SIGSTOP 19 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h49 #define SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h41 #define SIGSTOP 19 macro
/external/openssh/
H A Dscp.c177 kill(getpid(), SIGSTOP); local
/external/strace/
H A Dstrace.c760 * would SIGSTOP it and wait for its SIGSTOP notification forever.
781 /* We attached but possibly didn't see the expected SIGSTOP.
810 * In this state sending it another SIGSTOP does nothing.
821 error = my_tkill(tcp->pid, SIGSTOP);
825 perror_msg("detach: tkill(%u,SIGSTOP)", tcp->pid);
833 * 2. We sent SIGSTOP (!use_seize)
834 * 3. Attach SIGSTOP was already pending (TCB_IGNORE_ONE_SIGSTOP set)
897 /* (else, in use_seize case SIGSTOP will be mistreated) */
898 if (sig == SIGSTOP) {
1143 kill(getpid(), SIGSTOP); local
[all...]

Completed in 246 milliseconds