Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDsol-thread.c104 static char *td_state_string (td_thr_state_e statecode);
258 td_state_string (td_thr_state_e statecode) in td_state_string() argument
277 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()