Searched refs:SSTOP (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c1884 if ((action == KERN_SIG_HOLD) && ((prop & SA_CONT) == 0 || sig_proc->p_stat != SSTOP)) {
1904 if (sig_proc->p_stat != SSTOP)
1957 } else if (sig_proc->p_stat == SSTOP) {
2010 if (sig_proc->p_stat != SSTOP) {
2012 sig_proc->p_stat = SSTOP;
2133 if (sig_proc->p_stat == SSTOP) {
2147 if (sig_proc->p_stat == SSTOP) {
2270 p->p_stat = SSTOP;
2310 p->p_stat = SSTOP;
2435 if (p->p_stat != SSTOP) {
[all...]
H A Dmach_process.c278 if (t->p_stat != SSTOP) {
H A Dkern_exit.c1235 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 &&
1438 case SSTOP: /* Stopped */
H A Dkern_proc.c1356 if (p->p_stat == SSTOP) {
1376 if (p->p_stat == SSTOP) {
H A Dkern_exec.c1122 p->p_stat = SSTOP;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h151 #define SSTOP 4 /* Process debugging or suspension. */ macro

Completed in 133 milliseconds