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

ecos_thread_reasons variable

Syntax

static const struct ecos_thread_state ecos_thread_reasons[] = { { 0, "NONE" }, { 1, "WAIT" }, { 2, "DELAY" }, { 3, "TIMEOUT" }, { 4, "BREAK" }, { 5, "DESTRUCT" }, { 6, "EXIT" }, { 7, "DONE" } };

References

LocationReferrerText
eCos.c:85
static const struct ecos_thread_state ecos_thread_reasons[] = {
eCos.c:964ecos_update_threads()
sleep_reason > (int64_t)ARRAY_SIZE(ecos_thread_reasons)) {
eCos.c:973ecos_update_threads()
reason_desc = ecos_thread_reasons[sleep_reason].desc;

Data Use

Functions reading ecos_thread_reasons
ecos_thread_reasons
all items filtered out
Type of ecos_thread_reasons
ecos_thread_reasons
all items filtered out