Home
last modified time | relevance | path

Searched refs:PS_STOP (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c89 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pstop()
97 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_pcontinue()
110 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lstop()
119 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lcontinue()
127 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetregs()
139 if (P->state != PS_STOP) in ps_lsetregs()
151 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetfpregs()
163 if (P->state != PS_STOP) in ps_lsetfpregs()
221 if (P->state != PS_STOP && P->state != PS_DEAD) in ps_lgetxregs()
242 if (P->state != PS_STOP) in ps_lsetxregs()
[all …]
H A DPcontrol.c598 if (P->state != PS_STOP) { in Pxcreate()
655 if (P->state == PS_STOP && in Pxcreate()
1706 if (P->state == PS_STOP) in Prelease()
1848 case PS_STOP: in Pstopstatus()
1955 P->state = PS_STOP; in Pstopstatus()
2948 case PS_STOP: in Plwp_iter()
3025 if (P->state == PS_STOP) in Plwp_iter_all()
3284 PS_STOP : PS_RUN; in Lgrab()
3458 case PS_STOP: in Lstopstatus()
3555 L->lwp_state = PS_STOP; in Lstopstatus()
[all …]
H A DPlwpregs.c243 if (P->state != PS_STOP) { in setlwpregs_proc()
312 if (L->lwp_state != PS_STOP) { in setlwpregs_lwp()
425 if (P->state != PS_STOP) { in Plwp_getxregs()
455 if (L->lwp_state != PS_STOP) { in Lgetxregs()
503 if (P->state != PS_STOP) { in Plwp_getgwindows()
534 if (P->state != PS_STOP) { in Plwp_getasrs()
H A DPsyscall.c274 if (P->state != PS_STOP) in execute()
348 if (P->state != PS_STOP || /* check state of LWP */ in Psyscall()
467 } while (P->state == PS_STOP && P->status.pr_lwp.pr_why != PR_SYSEXIT); in Psyscall()
480 if (P->state != PS_STOP || P->status.pr_lwp.pr_why != PR_SYSEXIT) in Psyscall()
H A DPstack.c243 if ((P->state == PS_STOP || P->state == PS_DEAD) && in init_uclist()
261 if (P->state == PS_STOP || P->state == PS_DEAD) { in init_uclist()
H A Dlibproc.h113 #define PS_STOP 2 /* process is stopped */ macro
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c348 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
364 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
H A Dproc_amd64dep.c431 if (Pstate(t->t_pshandle) != PS_STOP) in pt_step_out()
447 if (Pstate(t->t_pshandle) != PS_STOP) in pt_next()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c671 if (created && Pstate(Proc) != PS_STOP) /* assertion */ in main()
775 ((Pstate(Proc) == PS_STOP && Lsp->pr_why == PR_REQUESTED) || in main()
806 primary_lwp = (first && Pstate(Proc) == PS_STOP)? in main_thread()
1003 if (Lstate(Lwp) != PS_STOP) { in worker_thread()
1354 if (Lstate(Lwp) == PS_STOP && in worker_thread()
1366 if (Lstate(Lwp) == PS_STOP) { in worker_thread()
1408 if (Lstate(Lwp) == PS_STOP && in worker_thread()
1529 if (!leave_hung && Lstate(Lwp) == PS_STOP) in worker_thread()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c622 (pstate = Pstate(pctx->Pr)) != PS_STOP) { in pctx_run()
627 case PS_STOP: in pctx_run()
659 if (pstate != PS_STOP) in pctx_run()
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c159 if ((Fflag == 0) && (Pstate(Pr) == PS_STOP)) { in reap()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c405 assert(Pstate(P) == PS_STOP); in dt_proc_waitrun()
430 if (Pstate(P) != PS_STOP || psp->pr_lwpid != lwpid || in dt_proc_waitrun()
557 case PS_STOP: in dt_proc_control()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c784 if (Pstate(scan_pr) != PS_STOP) { in scan()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1708 case PS_STOP: in pt_status_dcmd()
2093 Pstate(t->t_pshandle) == PS_STOP) { in pt_setenv()
2148 Pstate(t->t_pshandle) == PS_STOP) { in pt_unsetenv()
3342 case PS_STOP: in pt_status()
3691 case PS_STOP: in pt_setrun()
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c369 case PS_STOP: in dtj_prochandler()