Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c226 td_state_string (td_thr_state_e statecode) in td_state_string() argument
245 if (td_thr_state_table[i].num == statecode) in td_state_string()
248 sprintf (buf, "Unknown libthread_db state code: %d", statecode); in td_state_string()