Searched defs:test_thread (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.7.0/tests/subsys/llext/simple/src/ |
D | threads_kernel_objects_ext.c | 19 void test_thread(void *arg0, void *arg1, void *arg2) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/ |
D | main.c | 63 static void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/benchmarks/app_kernel/src/ |
D | master.c | 45 static struct k_thread test_thread; variable
|
/Zephyr-Core-3.7.0/samples/arch/smp/pi/src/ |
D | main.c | 33 void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 39 static void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_error_case/src/ |
D | main.c | 31 static void test_thread(void *p1, void *p2, void *p3) in test_thread() function
|
/Zephyr-Core-3.7.0/samples/arch/smp/pktqueue/src/ |
D | main.c | 89 void test_thread(void *arg1, void *arg2, void *arg3) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/kernel/sleep/src/ |
D | main.c | 101 static void test_thread(void *p1, void *p2, void *p3) in test_thread() function
|
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_stack/src/ |
D | main.c | 17 struct k_thread test_thread; variable
|
/Zephyr-Core-3.7.0/tests/kernel/poll/src/ |
D | test_poll.c | 32 static struct k_thread test_thread; variable
|
/Zephyr-Core-3.7.0/tests/kernel/context/src/ |
D | main.c | 1094 ZTEST(context_one_cpu, test_thread) in ZTEST() argument
|