Home
last modified time | relevance | path

Searched refs:PS_RUN (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c484 P->state = PS_RUN; in Pxcreate()
886 P->state = PS_RUN; in Pgrab()
1044 if (P->state != PS_RUN && errno != ENOENT) { in Pgrab()
1512 P->state = PS_RUN; in Preopen()
1656 P->state = PS_RUN; in Prelease()
1800 case PS_RUN: in Pstopstatus()
1901 P->state = PS_RUN; in Pstopstatus()
2125 P->state = PS_RUN; in Psetrun()
2417 P->state = PS_RUN; in Pxecbkpt()
2610 P->state = PS_RUN; in Pxecwapt()
[all …]
H A DPsyscall.c271 while (P->state == PS_RUN) { in execute()
465 while (P->state == PS_RUN) in Psyscall()
H A Dlibproc.h119 #define PS_RUN 1 /* process is running */ macro
/titanic_50/usr/src/cmd/truss/
H A Dmain.c903 if (Lstate(Lwp) == PS_RUN) in worker_thread()
906 if (Lstate(Lwp) == PS_RUN) { in worker_thread()
924 if (Lstate(Lwp) == PS_RUN && in worker_thread()
1347 } while (Lstate(Lwp) == PS_RUN); in worker_thread()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1637 case PS_RUN: in pt_status_dcmd()
2024 if (Pstate(t->t_pshandle) == PS_RUN || in pt_setenv()
2079 if (Pstate(t->t_pshandle) == PS_RUN || in pt_unsetenv()
3267 case PS_RUN: in pt_status()
3548 if (sig != 0 && Pstate(P) == PS_RUN && in pt_setrun()
3567 if (Pstate(P) != PS_RUN && Psetrun(P, sig, flags) == -1) { in pt_setrun()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c615 case PS_RUN: in pctx_run()
/titanic_50/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c784 while (Pstate(scan_pr) == PS_RUN) in scan()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c366 case PS_RUN: in dtj_prochandler()