Searched defs:thread_walk_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c51 } thread_walk_t; typedef in typeref:struct:thread_walk
56 thread_walk_t *twp = mdb_alloc(sizeof (thread_walk_t), UM_SLEEP);
61 mdb_free(twp, sizeof (thread_walk_t));
72 mdb_free(twp, sizeof (thread_walk_t));
91 thread_walk_t *twp = (thread_walk_t *)wsp->walk_data;
121 thread_walk_t *twp = (thread_walk_t *)wsp->walk_data;
124 mdb_free(twp, sizeof (thread_walk_t));
[all...]

Completed in 45 milliseconds