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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c315 } thread_states[] = { variable in typeref:struct:thread_state
324 #define NUM_THREAD_STATES (sizeof (thread_states) / sizeof (*thread_states))
332 struct thread_state *tsp = &thread_states[idx];
347 struct thread_state *tsp = &thread_states[idx];
362 struct thread_state *tsp = &thread_states[idx];

Completed in 60 milliseconds