Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dthread.c20 static void thread_valid_cb(const struct k_thread *cthread, void *user_data) in thread_valid_cb() argument
24 if (cthread == entry->thread) { in thread_valid_cb()
Dlist.c62 static void shell_tdata_dump(const struct k_thread *cthread, void *user_data) in shell_tdata_dump() argument
64 struct k_thread *thread = (struct k_thread *)cthread; in shell_tdata_dump()
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c92 static void thread_analyze_cb(const struct k_thread *cthread, void *user_data) in thread_analyze_cb() argument
94 struct k_thread *thread = (struct k_thread *)cthread; in thread_analyze_cb()
132 ret = arch_thread_priv_stack_space_get(cthread, &size, &unused); in thread_analyze_cb()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c274 static void thread_cb(const struct k_thread *cthread, void *user_data) in thread_cb() argument
282 const char *tname = k_thread_name_get((struct k_thread *)cthread); in thread_cb()
284 LISTIFY(CONFIG_MP_MAX_NUM_CPUS, GET_IDLE_TID, (;), (k_tid_t)cthread); in thread_cb()