| /Zephyr-latest/tests/kernel/sched/schedule_api/src/ | 
| D | test_sched.h | 21 struct thread_data {  struct22 	k_tid_t tid;
 23 	int priority;
 24 	int executed;
 
 | 
| /Zephyr-latest/tests/kernel/threads/thread_init/src/ | 
| D | main.c | 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;
 
 | 
| /Zephyr-latest/tests/ztest/ztress/src/ | 
| D | main.c | 48 	struct ztress_context_data thread_data[] = {  in ZTEST()  local144 	struct ztress_context_data thread_data[] = {  in ZTEST()  local
 
 | 
| /Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/ | 
| D | main.c | 22 static struct k_thread thread_data;  variable
 | 
| /Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/ | 
| D | main.c | 22 static struct k_thread thread_data;  variable
 | 
| /Zephyr-latest/subsys/testsuite/ztest/src/ | 
| D | ztress.c | 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()
 
 | 
| /Zephyr-latest/samples/subsys/ipc/openamp/remote/src/ | 
| D | main.c | 23 static struct k_thread thread_data;  variable
 | 
| /Zephyr-latest/samples/subsys/ipc/openamp/src/ | 
| D | main.c | 24 static struct k_thread thread_data;  variable
 | 
| /Zephyr-latest/tests/kernel/stack/stack/src/ | 
| D | main.c | 56 struct k_thread thread_data;  variable
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_skeleton.c | 56 	struct k_thread thread_data;  member
 | 
| D | udc_virtual.c | 40 	struct k_thread thread_data;  member
 | 
| D | udc_renesas_ra.c | 30 	struct k_thread thread_data;  member
 | 
| D | udc_ambiq.c | 52 	struct k_thread thread_data;  member
 | 
| D | udc_rpi_pico.c | 45 	struct k_thread thread_data;  member
 | 
| D | udc_stm32.c | 51 	struct k_thread thread_data;  member
 | 
| D | udc_numaker.c | 154 	struct k_thread thread_data;  member
 | 
| D | udc_it82xx2.c | 124 	struct k_thread thread_data;  member
 | 
| D | udc_dwc2.c | 104 	struct k_thread thread_data;  member
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | posix_internal.h | 89 	pthread_thread_data thread_data;  member
 | 
| /Zephyr-latest/subsys/usb/usb_c/ | 
| D | usbc_stack.h | 63 	struct k_thread thread_data;  member
 | 
| /Zephyr-latest/kernel/ | 
| D | thread.c | 73 #define _FOREACH_STATIC_THREAD(thread_data)              \  argument
 | 
| /Zephyr-latest/tests/net/context/src/ | 
| D | main.c | 773 static struct k_thread thread_data;  variable
 |