Searched refs:StateNames (Results 1 – 2 of 2) sorted by relevance
59 static const char * const StateNames[] = { "stopped", "running", "expired" }; in tState2Nam() local61 if (state >= sizeof StateNames / sizeof StateNames[0]) in tState2Nam()63 return StateNames[state]; in tState2Nam()
118 static const char * const StateNames[] = { in State2Nam() local123 if (state >= sizeof StateNames / sizeof StateNames[0]) in State2Nam()125 return StateNames[state]; in State2Nam()