Home
last modified time | relevance | path

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

/titanic_44/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()
938 if (Lstate(Lwp) == PS_UNDEAD) in worker_thread()
940 if (Lstate(Lwp) == PS_LOST) { /* we lost control */ in worker_thread()
998 if (Lstate(Lwp) != PS_STOP) { in worker_thread()
1000 "%s: state = %d\n", command, Lstate(Lwp)); in worker_thread()
1347 } while (Lstate(Lwp) == PS_RUN); in worker_thread()
1348 if (Lstate(Lwp) == PS_STOP && in worker_thread()
1360 if (Lstate(Lwp) == PS_STOP) { in worker_thread()
[all …]
/titanic_44/usr/src/lib/libproc/common/
H A Dmapfile-vers86 Lstate;
H A Dlibproc.h323 extern int Lstate(struct ps_lwphandle *);
H A Dllib-lproc101 int Lstate(struct ps_lwphandle *Lwp);
H A DPcontrol.c3297 Lstate(struct ps_lwphandle *L) in Lstate() function