Lines Matching refs:lwpid
60 id_t lwpid; member
327 tip->lwpid = thrinfo.ti_lid; in thr_stack()
366 find_thread(id_t lwpid) in find_thread() argument
371 if (lwpid == tip->lwpid) { in find_thread()
372 tip->lwpid = 0; in find_thread()
459 if (!proc_lwp_in_set(h->lwps, tip->lwpid)) in all_call_stacks()
465 tlhead(tid, tip->lwpid); in all_call_stacks()
472 tip->lwpid = 0; in all_call_stacks()
479 tlhead(id_t threadid, id_t lwpid) in tlhead() argument
481 if (threadid == 0 && lwpid == 0) in tlhead()
486 if (threadid && lwpid) in tlhead()
488 (int)lwpid, (int)threadid); in tlhead()
491 else if (lwpid) in tlhead()
492 (void) printf(" lwp# %d ------------", (int)lwpid); in tlhead()