Searched refs:threadlist (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.h | 52 int threadlist(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | thread.c | 567 threadlist(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 580 if (mdb_walk_dcmd("thread", "threadlist", argc, argv) == -1) {
|
H A D | genunix.c | 4246 { "threadlist", "?[-t] [-v [count]]", 4247 "display threads and associated C stack traces", threadlist,
|
Completed in 70 milliseconds