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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c59 id_t threadid; member in struct:threadinfo
326 tip->threadid = thrinfo.ti_tid;
394 tlhead(tip->threadid, pip->pr_lwpid);
395 tip->threadid = 0; /* finish eliminating tid */
460 tip->threadid = 0;
462 if ((tid = tip->threadid) != 0) {
471 tip->threadid = 0;
479 tlhead(id_t threadid, id_t lwpid) argument
481 if (threadid == 0 && lwpid == 0)
486 if (threadid
[all...]

Completed in 57 milliseconds