Searched refs:SSTOP (Results 1 – 25 of 26) sorted by relevance
12
67 SSTOP
94 | SSTOP
951 { "stop", SSTOP, },
43 ((p)->kp_stat == SSTOP || (p)->kp_stat == SZOMB)
35 ((p)->p_stat == SSTOP || (p)->p_stat == SZOMB)
39 ((p)->p_stat == SSTOP || (p)->p_stat == SDEAD)
47 ((p)->ki_stat == SSTOP || (p)->ki_stat == SZOMB)
248 p->p_stat = SSTOP; in exit1()694 *status = (child->p_xsig == SIGCONT && child->p_stat != SSTOP) ? in do_sys_waitid()1098 child->p_stat == SSTOP && in find_stopped_child()1326 (child->p_stat == SSTOP && !child->p_waited)) { in proc_reparent()
478 (t->p_stat != SSTOP || !t->p_waited /* XXXSMP */)) { in ptrace_allowed() 948 if (t->p_stat == SSTOP) { in ptrace_sendsig() 1392 if (!ISSET(t->p_slflag, PSL_SYSCALL) || t->p_stat != SSTOP) { in do_ptrace()
1326 if (p->p_stat != SACTIVE && p->p_stat != SSTOP) in kpsignal2()1466 if (p->p_stat == SSTOP && !p->p_waited) in kpsignal2()1579 p->p_stat = SSTOP; in proc_stop_done()1789 if (p->p_stat == SSTOP || (p->p_sflag & PS_STOPPING) != 0) { in sigswitch_unlock_and_switch_away()1877 if (p->p_stat == SSTOP || (p->p_sflag & PS_STOPPING) != 0) { in issignal()
985 if (p->p_stat != SSTOP) { in suspendsched()990 p->p_stat = SSTOP; in suspendsched()
582 p2->p_stat = SSTOP; in fork1()
252 if (p == NULL || (p->p_stat != SACTIVE && p->p_stat != SSTOP)) { in kill1()
1418 p->p_stat = SSTOP; in execve_runproc() 2228 * set state to SSTOP so that this proc can be found by pid. in handle_posix_spawn_attrs() 2238 KASSERT(ostat < SSTOP); in handle_posix_spawn_attrs() 2239 p->p_stat = SSTOP; in handle_posix_spawn_attrs() 2800 * if the parent requested the child to start in SSTOP state. in do_posix_spawn()
903 if (__predict_true(p->p_stat == SACTIVE || p->p_stat == SSTOP)) { in proc_find_internal()1620 if (p->p_stat == SSTOP) { in orphanpg()
1010 if (p->p_stat == SSTOP || (p->p_sflag & PS_STOPPING) != 0) { in lwp_start()
160 if (t->p_pptr != p || t->p_stat != SSTOP || !t->p_waited) { in linux_sys_ptrace_arch()
248 if (l->l_proc->p_stat != SSTOP) in process_machdep_doregs40()
259 if (l->l_proc->p_stat != SSTOP) in process_machdep_dovecregs()
179 if (t->p_pptr != p || t->p_stat != SSTOP || !t->p_waited) { in linux_sys_ptrace_arch()
385 if (l->l_proc->p_stat != SSTOP) in process_machdep_doxmmregs()
202 if (t->p_pptr != p || t->p_stat != SSTOP || !t->p_waited) { in linux_sys_ptrace_arch()
365 #define SSTOP 4 /* Process debugging or suspension */ macro
565 case SSTOP: in pick_representative_lwp()
558 if (l->l_proc->p_stat != SSTOP) in netbsd32_process_xmmregio()