Home
last modified time | relevance | path

Searched defs:thread_data (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched.h21 struct thread_data { struct
22 k_tid_t tid;
23 int priority;
24 int executed;
/Zephyr-latest/tests/kernel/threads/thread_init/src/
Dmain.c54 static ZTEST_BMEM struct thread_data { struct
55 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/
Dmain.c48 struct ztress_context_data thread_data[] = { in ZTEST() local
144 struct ztress_context_data thread_data[] = { in ZTEST() local
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/
Dmain.c22 static struct k_thread thread_data; variable
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/
Dmain.c22 static struct k_thread thread_data; variable
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c83 struct ztress_context_data *thread_data = k_timer_user_data_get(timer); in progress_timeout() local
287 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/
Dmain.c23 static struct k_thread thread_data; variable
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c24 static struct k_thread thread_data; variable
/Zephyr-latest/tests/kernel/stack/stack/src/
Dmain.c56 struct k_thread thread_data; variable
/Zephyr-latest/drivers/usb/udc/
Dudc_skeleton.c56 struct k_thread thread_data; member
Dudc_renesas_ra.c28 struct k_thread thread_data; member
Dudc_virtual.c40 struct k_thread thread_data; member
Dudc_ambiq.c53 struct k_thread thread_data; member
Dudc_rpi_pico.c45 struct k_thread thread_data; member
Dudc_numaker.c154 struct k_thread thread_data; member
Dudc_it82xx2.c124 struct k_thread thread_data; member
Dudc_dwc2.c102 struct k_thread thread_data; member
/Zephyr-latest/lib/posix/options/
Dposix_internal.h89 pthread_thread_data thread_data; member
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.h63 struct k_thread thread_data; member
/Zephyr-latest/kernel/
Dthread.c73 #define _FOREACH_STATIC_THREAD(thread_data) \ argument
/Zephyr-latest/tests/net/context/src/
Dmain.c773 static struct k_thread thread_data; variable