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

task_state_str variable

Syntax

static char *task_state_str[] = { "INVALID", "PENDING", "READYTORUN", "RUNNING", "INACTIVE", "WAIT_SEM", "WAIT_SIG", "WAIT_MQNOTEMPTY", "WAIT_MQNOTFULL", "WAIT_PAGEFILL", "STOPPED", };

References

LocationReferrerText
nuttx.c:75
static char *task_state_str[] = {
nuttx.c:304nuttx_update_threads()
if (state < ARRAY_SIZE(task_state_str)) {
nuttx.c:312nuttx_update_threads()
task_state_str[state]);

Data Use

Functions reading task_state_str
task_state_str
all items filtered out