ecos_thread_state_flags::SUSPENDED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDecos_thread_state_flags::SUSPENDED

ecos_thread_state_flags::SUSPENDED

Syntax

SUSPENDED = BIT;

References

LocationReferrerText
eCos.c:78
SUSPENDED = BIT(2),
eCos.c:916ecos_update_threads()
if (thread_status & SUSPENDED)
eCos.c:921ecos_update_threads()
switch (thread_status & ~SUSPENDED) {
eCos.c:925ecos_update_threads()
else if (thread_status & SUSPENDED)

Data Use

Functions using ecos_thread_state_flags::SUSPENDED
ecos_thread_state_flags::SUSPENDED
all items filtered out