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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c324 #define NUM_THREAD_STATES (sizeof (thread_states) / sizeof (*thread_states)) macro
331 for (idx = 0; idx < NUM_THREAD_STATES; idx++) {
346 for (idx = 0; idx < NUM_THREAD_STATES; idx++) {
361 for (idx = 0; idx < NUM_THREAD_STATES; idx++) {

Completed in 59 milliseconds