Searched refs:thread_state_to_text (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.h | 57 void thread_state_to_text(uint_t, char *, size_t);
|
H A D | thread.c | 327 thread_state_to_text(uint_t state, char *out, size_t out_sz) in thread_state_to_text() function 499 thread_state_to_text(t.t_state, stbuf, sizeof (stbuf)); in thread()
|
H A D | findstack.c | 159 thread_state_to_text(tstate, out, out_sz); in tstate_to_text()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libc/ |
H A D | findstack_subr.c | 85 thread_state_to_text(uint_t state, char *out, size_t out_sz) in thread_state_to_text() function
|