Home
last modified time | relevance | path

Searched refs:LSSTOP (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ptrace.c183 if (l->l_stat != LSSTOP) in netbsd32_doregs()
222 if (l->l_stat != LSSTOP) in netbsd32_dofpregs()
260 if (l->l_stat != LSSTOP) in netbsd32_dodbregs()
/netbsd-src/sys/kern/
H A Dkern_lwp.c489 case LSSTOP: in lwp_suspend()
554 if (l->l_stat != LSSTOP) { in lwp_unstop()
1012 l->l_stat = LSSTOP; in lwp_start()
1412 case LSSTOP: in lwp_migrate()
1894 case LSSTOP: in lwp_alive()
H A Dsys_process_lwpstatus.c170 if (l->l_stat != LSSTOP) in proc_regio()
H A Dsched_4bsd.c332 if (l->l_stat == LSSLEEP || l->l_stat == LSSTOP || in sched_pstats_hook()
H A Dkern_sig.c1153 if (masked && ((prop & SA_CONT) == 0 || l->l_stat != LSSTOP)) { in sigpost()
1199 case LSSTOP: in sigpost()
1556 l->l_stat = LSSTOP; in proc_stop_lwps()
1793 l->l_stat = LSSTOP; in sigswitch_unlock_and_switch_away()
2537 if (l->l_stat != LSSTOP || (l->l_flag & LW_DBGSUSPEND) != 0) { in proc_unstop()
H A Dkern_sleepq.c147 KASSERT(l->l_stat == LSSTOP || l->l_stat == LSSUSPENDED); in sleepq_remove()
H A Dkern_exit.c252 l->l_stat = LSSTOP; in exit1()
636 l2->l_stat == LSSUSPENDED || l2->l_stat == LSSTOP) { in exit_lwps()
H A Dkern_fork.c585 l2->l_stat = LSSTOP; in fork1()
H A Dkern_runq.c1042 if (l->l_stat == LSSLEEP || l->l_stat == LSSTOP ||
H A Dkern_synch.c898 case LSSTOP: in setrunnable()
H A Dsys_ptrace_common.c844 (*lt)->l_stat = LSSTOP; in ptrace_startstop()
H A Dkern_exec.c1417 l->l_stat = LSSTOP; in execve_runproc()
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_wait.h404 if (p.p_stat == LSSTOP) in await_stopped()
448 if (p[i].p_stat != LSSTOP) in await_stopped_child()
H A Dt_fork.c119 if (p[i].p_stat != LSSTOP) in await_stopped_child()
/netbsd-src/usr.bin/systat/
H A Dps.c168 case LSSTOP: in state2str()
/netbsd-src/sys/sys/
H A Dlwp.h322 #define LSSTOP 4 /* Process debugging or suspension. */ macro
/netbsd-src/sys/rump/librump/rumpkern/
H A Dscheduler.c408 l->l_stat = LSSTOP; in rump_unschedule()
/netbsd-src/sys/uvm/
H A Duvm_meter.c337 case LSSTOP: in uvm_total()
/netbsd-src/bin/ps/
H A Dprint.c514 case LSSTOP: in state()
586 case LSSTOP: in lstate()
H A Dps.c580 case LSSTOP: in pick_representative_lwp()
/netbsd-src/sys/arch/vax/vax/
H A Dpmap.c719 case LSSTOP: in pmap_rmproc()