Lines Matching refs:threadid
59 id_t threadid; member
326 tip->threadid = thrinfo.ti_tid; in thr_stack()
394 tlhead(tip->threadid, pip->pr_lwpid); in thread_call_stack()
395 tip->threadid = 0; /* finish eliminating tid */ in thread_call_stack()
460 tip->threadid = 0; in all_call_stacks()
462 if ((tid = tip->threadid) != 0) { in all_call_stacks()
471 tip->threadid = 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()
489 else if (threadid) in tlhead()
490 (void) printf("--------- thread# %d ", (int)threadid); in tlhead()