Home
last modified time | relevance | path

Searched refs:thread_fn (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/benchmarks/footprints/src/
Dsemaphore.c16 void thread_fn(void *p1, void *p2, void *p3) in thread_fn() function
35 STACK_SIZE, thread_fn, in run_semaphore()
43 STACK_SIZE, thread_fn, in run_semaphore()
Dtimer.c53 static void thread_fn(void *arg1, void *arg2, void *arg3) in thread_fn() function
87 thread_fn, NULL, NULL, NULL, in run_timer()
94 thread_fn, NULL, NULL, NULL, in run_timer()
/Zephyr-latest/tests/kernel/smp_boot_delay/src/
Dmain.c29 static void thread_fn(void *a, void *b, void *c) in thread_fn() function
41 thread_fn, NULL, NULL, NULL, in ZTEST()
65 thread_fn, NULL, NULL, NULL, in ZTEST()
103 thread_fn, NULL, NULL, NULL, in ZTEST()
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dsmpboot.c29 static void thread_fn(void *a, void *b, void *c) in thread_fn() function
53 thread_fn, (void *)i, NULL, NULL, in ZTEST()
88 thread_fn, (void *)0, NULL, NULL, in ZTEST()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dtss.c51 static int thread_fn(void *arg) in thread_fn() function
73 zassert_equal(thrd_success, thrd_create(&thread1, thread_fn, (void *)&forty_two)); in ZTEST()
74 zassert_equal(thrd_success, thrd_create(&thread2, thread_fn, (void *)&seventy_three)); in ZTEST()
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmain.c177 static void thread_fn(void *p1, void *p2, void *p3) in thread_fn() function
241 thread_fn, (void *)i, NULL, NULL, in main()