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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c314 const char *ts_name; member in struct:thread_state
334 mdb_snprintf(out, out_sz, "%s", tsp->ts_name);
348 if (strcasecmp(tsp->ts_name, state) == 0) {
363 cbfunc(tsp->ts_state, tsp->ts_name, cbarg);

Completed in 60 milliseconds