Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c144 static struct threadinfo *find_thread(id_t);
372 find_thread(id_t lwpid) in find_thread() function
398 if ((tip = find_thread(pip->pr_lwpid)) == NULL) in thread_call_stack()