Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dthread_analyzer.c92 static void thread_analyze_cb(const struct k_thread *cthread, void *user_data) in thread_analyze_cb() function
204 k_thread_foreach_unlocked_filter_by_cpu(cpu, thread_analyze_cb, &ud); in thread_analyzer_run()
206 k_thread_foreach_unlocked(thread_analyze_cb, &ud); in thread_analyzer_run()
210 k_thread_foreach_filter_by_cpu(cpu, thread_analyze_cb, &ud); in thread_analyzer_run()
212 k_thread_foreach(thread_analyze_cb, &ud); in thread_analyzer_run()