chibios_thread_states is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

chibios_thread_states variable

ChibiOS thread states.

Syntax

static const char * const chibios_thread_states[] = { "READY", "CURRENT", "WTSTART", "SUSPENDED", "QUEUED", "WTSEM", "WTMTX", "WTCOND", "SLEEPING", "WTEXIT", "WTOREVT", "WTANDEVT", "SNDMSGQ", "SNDMSG", "WTMSG", "FINAL" };

References

LocationReferrerText
chibios.c:60
static const char * const chibios_thread_states[] = { "READY", "CURRENT",
chibios.c:425chibios_update_threads()
if (thread_state < CHIBIOS_NUM_STATES)
chibios.c:426chibios_update_threads()
state_desc = chibios_thread_states[thread_state];

Data Use

Functions reading chibios_thread_states
chibios_thread_states
all items filtered out