Home
last modified time | relevance | path

Searched refs:SSTOP (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/kern/
H A Dkern_synch.c400 if (p->p_stat == SSTOP) in sleep_finish()
405 KASSERT(p->p_stat == SSLEEP || p->p_stat == SSTOP); in sleep_finish()
476 p->p_stat = SSTOP; in sleep_signal_check()
510 if (p->p_stat != SSLEEP && p->p_stat != SSTOP) in wakeup_proc()
572 if (p->p_stat != SSLEEP && p->p_stat != SSTOP) in wakeup_n()
H A Dkern_sig.c1079 case SSTOP: in ptsignal_locked()
1554 if (q->p_stat == SSTOP) { in process_continue()
1581 p->p_stat = SSTOP; in proc_stop()
2138 if (p->p_stat != SSTOP) in single_thread_check_locked()
2159 p->p_stat = SSTOP; in single_thread_check_locked()
2230 case SSTOP: in single_thread_set()
2242 q->p_stat = SSTOP; in single_thread_set()
H A Dsched_bsd.c246 if (p->p_stat == SSLEEP || p->p_stat == SSTOP) in schedcpu()
466 case SSTOP: in setrunnable()
H A Dsys_process.c528 if (t->p_stat == SSTOP) { in ptrace_ctrl()
865 (t->p_stat != SSTOP || !ISSET(tr->ps_flags, PS_WAITED))) in process_checktracestate()
H A Dkern_sysctl.c2082 else if (p->p_stat == SSTOP || ki->p_stat == SSTOP) in fill_kproc()
2083 ki->p_stat = SSTOP; in fill_kproc()
/openbsd/regress/lib/libc/sys/
H A Dmacros.h57 #define LSSTOP SSTOP
/openbsd/lib/libkvm/
H A Dkvm_proc2.c365 else if (proc.p_stat == SSTOP || in kvm_proclist()
366 kp.p_stat == SSTOP) in kvm_proclist()
367 kp.p_stat = SSTOP; in kvm_proclist()
/openbsd/usr.bin/tmux/
H A Dprocname.c37 ((p)->p_stat == SSTOP || (p)->p_stat == SDEAD)
/openbsd/sys/uvm/
H A Duvm_glue.c380 case SSTOP: in uvm_swapout_threads()
H A Duvm_meter.c199 case SSTOP: in uvm_total()
/openbsd/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c338 case SSTOP: in main()
/openbsd/sys/sys/
H A Dproc.h421 #define SSTOP 4 /* Debugging or suspension. */ macro
/openbsd/bin/ps/
H A Dprint.c259 case SSTOP: in printstate()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c724 case SSTOP: in mib_hrswrun()