Searched refs:state_to_text (Results 1 – 1 of 1) sorted by relevance
1638 state_to_text(Thread *thread, int32 state) in state_to_text() function1694 state_to_text(thread, thread->state)); in _dump_thread_info()1783 kprintf("state: %s\n", state_to_text(thread, thread->state)); in _dump_thread_info()2689 return state_to_text(thread, state); in thread_state_to_text()