Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dlist.c62 static void shell_tdata_dump(const struct k_thread *cthread, void *user_data) in shell_tdata_dump() function
122 k_thread_foreach_unlocked(shell_tdata_dump, (void *)sh); in cmd_kernel_thread_list()