Searched refs:thread_walk_states (Results 1 – 3 of 3) sorted by relevance
59 void thread_walk_states(void (*)(uint_t, const char *, void *), void *);
420 thread_walk_states(print_tstate_help, NULL); in stacks_help()
357 thread_walk_states(void (*cbfunc)(uint_t, const char *, void *), void *cbarg) in thread_walk_states() function