Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h26 struct thread_analyzer_info { struct
58 typedef void (*thread_analyzer_cb)(struct thread_analyzer_info *info); argument
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c39 static void thread_print_cb(struct thread_analyzer_info *info) in thread_print_cb()
102 struct thread_analyzer_info info; in thread_analyze_cb()