Searched refs:statecode (Results 1 – 1 of 1) sorted by relevance
104 static char *td_state_string (td_thr_state_e statecode);258 td_state_string (td_thr_state_e statecode) in td_state_string() argument277 if (td_thr_state_table[i].num == statecode) in td_state_string()280 sprintf (buf, "Unknown thread_db state code: %d", statecode); in td_state_string()