Lines Matching defs:lwpid
60 id_t lwpid;
327 tip->lwpid = thrinfo.ti_lid;
363 * Find and eliminate the thread corresponding to the given lwpid.
366 find_thread(id_t lwpid)
371 if (lwpid == tip->lwpid) {
372 tip->lwpid = 0;
459 if (!proc_lwp_in_set(h->lwps, tip->lwpid))
465 tlhead(tid, tip->lwpid);
472 tip->lwpid = 0;
479 tlhead(id_t threadid, id_t lwpid)
481 if (threadid == 0 && lwpid == 0)
486 if (threadid && lwpid)
488 (int)lwpid, (int)threadid);
491 else if (lwpid)
492 (void) printf(" lwp# %d ------------", (int)lwpid);