Searched refs:cthread (Results 1 – 4 of 4) sorted by relevance
20 static void thread_valid_cb(const struct k_thread *cthread, void *user_data) in thread_valid_cb() argument24 if (cthread == entry->thread) { in thread_valid_cb()
62 static void shell_tdata_dump(const struct k_thread *cthread, void *user_data) in shell_tdata_dump() argument64 struct k_thread *thread = (struct k_thread *)cthread; in shell_tdata_dump()
92 static void thread_analyze_cb(const struct k_thread *cthread, void *user_data) in thread_analyze_cb() argument94 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()
274 static void thread_cb(const struct k_thread *cthread, void *user_data) in thread_cb() argument282 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()