Searched refs:Lstate (Results 1 – 5 of 5) sorted by relevance
903 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 …]
86 Lstate;
323 extern int Lstate(struct ps_lwphandle *);
101 int Lstate(struct ps_lwphandle *Lwp);
3297 Lstate(struct ps_lwphandle *L) in Lstate() function