Searched defs:thread_data (Results 1 – 16 of 16) sorted by relevance
21 struct thread_data { struct22 k_tid_t tid;23 int priority;24 int executed;
54 static ZTEST_BMEM struct thread_data { struct55 int init_prio;56 int32_t init_delay;57 void *init_p1;58 void *init_p2;59 void *init_p3;
48 struct ztress_context_data thread_data[] = { in ZTEST() local144 struct ztress_context_data thread_data[] = { in ZTEST() local
21 static struct k_thread thread_data; variable
22 static struct k_thread thread_data; variable
83 struct ztress_context_data *thread_data = k_timer_user_data_get(timer); in progress_timeout() local287 static void ztress_init(struct ztress_context_data *thread_data) in ztress_init()321 struct ztress_context_data *thread_data, in ztress_execute()
15 pthread_thread_data thread_data; member
24 static struct k_thread thread_data; variable
25 static struct k_thread thread_data; variable
56 struct k_thread thread_data; variable
56 struct k_thread thread_data; member
40 struct k_thread thread_data; member
39 static struct k_thread thread_data; variable
63 struct k_thread thread_data; member
44 #define _FOREACH_STATIC_THREAD(thread_data) \ argument
773 static struct k_thread thread_data; variable