Home
last modified time | relevance | path

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 Dthread.h57 void thread_state_to_text(uint_t, char *, size_t);
H A Dthread.c327 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 Dfindstack.c159 thread_state_to_text(tstate, out, out_sz); in tstate_to_text()
/titanic_41/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c85 thread_state_to_text(uint_t state, char *out, size_t out_sz) in thread_state_to_text() function