Home
last modified time | relevance | path

Searched refs:NUM_THREAD_STATES (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c327 #define NUM_THREAD_STATES (sizeof (thread_states) / sizeof (*thread_states)) macro
334 for (idx = 0; idx < NUM_THREAD_STATES; idx++) { in thread_state_to_text()
349 for (idx = 0; idx < NUM_THREAD_STATES; idx++) { in thread_text_to_state()
364 for (idx = 0; idx < NUM_THREAD_STATES; idx++) { in thread_walk_states()