Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c62 id_t threadid; member
332 tip->threadid = thrinfo.ti_tid; in thr_stack()
404 tlhead(tip->threadid, pip->pr_lwpid, lwpname); in thread_call_stack()
405 tip->threadid = 0; /* finish eliminating tid */ in thread_call_stack()
474 tip->threadid = 0; in all_call_stacks()
476 if ((tid = tip->threadid) != 0) { in all_call_stacks()
485 tip->threadid = 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()
511 if (threadid > 0) { in tlhead()
[all …]