Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/debug/coredump_backends/src/
Dmain.c19 static struct k_thread dump_thread; variable
67 tid = k_thread_create(&dump_thread, dump_stack, in raise_coredump()
74 return &dump_thread; in raise_coredump()
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_core.c71 static void dump_thread(struct k_thread *thread) in dump_thread() function
135 dump_thread(current); in process_memory_region_list()
184 dump_thread(thread); in coredump()