Searched refs:Lstate (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c904 if (Lstate(Lwp) == PS_RUN)
907 if (Lstate(Lwp) == PS_RUN) {
925 if (Lstate(Lwp) == PS_RUN &&
939 if (Lstate(Lwp) == PS_UNDEAD)
941 if (Lstate(Lwp) == PS_LOST) { /* we lost control */
999 if (Lstate(Lwp) != PS_STOP) {
1001 "%s: state = %d\n", command, Lstate(Lwp));
1348 } while (Lstate(Lwp) == PS_RUN);
1349 if (Lstate(Lwp) == PS_STOP &&
1361 if (Lstate(Lw
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h318 extern int Lstate(struct ps_lwphandle *);
H A Dllib-lproc102 int Lstate(struct ps_lwphandle *Lwp);
H A DPcontrol.c3336 Lstate(struct ps_lwphandle *L) function
/illumos-gate/usr/src/man/man3proc/
H A DMakefile29 Lstate.3proc \

Completed in 59 milliseconds