Home
last modified time | relevance | path

Searched defs:thread_analyzer_info (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h26 struct thread_analyzer_info { struct
30 const char *name;
32 size_t stack_size;
34 size_t stack_used;
58 typedef void (*thread_analyzer_cb)(struct thread_analyzer_info *info); argument