Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/samples/subsys/ipc/rpmsg_service/remote/src/
Dmain.c21 static struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/samples/subsys/ipc/rpmsg_service/src/
Dmain.c22 static struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/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-Core-3.4.0/lib/posix/
Dpthread_key.c15 pthread_thread_data thread_data; member
/Zephyr-Core-3.4.0/samples/subsys/ipc/openamp/remote/src/
Dmain.c24 static struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/samples/subsys/ipc/openamp/src/
Dmain.c25 static struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/tests/kernel/stack/stack/src/
Dmain.c56 struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/drivers/usb/udc/
Dudc_skeleton.c56 struct k_thread thread_data; member
Dudc_virtual.c40 struct k_thread thread_data; member
/Zephyr-Core-3.4.0/samples/bluetooth/ipsp/src/
Dmain.c39 static struct k_thread thread_data; variable
/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_stack.h63 struct k_thread thread_data; member
/Zephyr-Core-3.4.0/kernel/
Dthread.c44 #define _FOREACH_STATIC_THREAD(thread_data) \ argument
/Zephyr-Core-3.4.0/tests/net/context/src/
Dmain.c773 static struct k_thread thread_data; variable