Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.h59 void thread_state_to_text(uint_t, char *, size_t);
H A Dthread.c330 thread_state_to_text(uint_t state, char *out, size_t out_sz) in thread_state_to_text() function
502 thread_state_to_text(t.t_state, stbuf, sizeof (stbuf)); in thread()
H A Dfindstack.c171 thread_state_to_text(tstate, out, out_sz); in tstate_to_text()
/illumos-gate/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