Lines Matching refs:lwpid
63 id_t lwpid; member
333 tip->lwpid = thrinfo.ti_lid; in thr_stack()
372 find_thread(id_t lwpid) in find_thread() argument
377 if (lwpid == tip->lwpid) { in find_thread()
378 tip->lwpid = 0; in find_thread()
473 if (!proc_lwp_in_set(h->lwps, tip->lwpid)) in all_call_stacks()
479 tlhead(tid, tip->lwpid, NULL); in all_call_stacks()
486 tip->lwpid = 0; in all_call_stacks()
495 tlhead(id_t threadid, id_t lwpid, const char *name) in tlhead() argument
502 if (threadid == 0 && lwpid == 0) in tlhead()
505 if (lwpid > 0) { in tlhead()
506 (void) snprintf(num, sizeof (num), "%d", (int)lwpid); in tlhead()
513 if (lwpid > 0) in tlhead()