Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c146 static void tlhead(id_t, id_t, const char *);
404 tlhead(tip->threadid, pip->pr_lwpid, lwpname); in thread_call_stack()
435 tlhead(0, pip->pr_lwpid, lwpname); in lwp_call_stack()
479 tlhead(tid, tip->lwpid, NULL); in all_call_stacks()
495 tlhead(id_t threadid, id_t lwpid, const char *name) in tlhead() function