Searched refs:StateToString (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp92 DEBUG_ASSERT_MSG(false, "bad state %s, this %p\n", StateToString(state_), this);
260 LTRACEF("%p: state %s\n", this, StateToString(state_));
281 LTRACEF("%p: state %s\n", this, StateToString(state_));
451 LTRACEF("thread %p: state %u (%s)\n", this, static_cast<unsigned int>(state), StateToString(state));
982 const char* StateToString(ThreadDispatcher::State state) { function
H A Dprocess_dispatcher.cpp182 "state is %s", StateToString(state_));
312 LTRACEF("process %p: state %u (%s)\n", this, static_cast<unsigned int>(s), StateToString(s));
798 const char* StateToString(ProcessDispatcher::State state) { function
/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h301 const char* StateToString(ThreadDispatcher::State state);
H A Dprocess_dispatcher.h351 const char* StateToString(ProcessDispatcher::State state);

Completed in 32 milliseconds