Searched refs:thread_entry_fn_dual (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/kernel/fifo/fifo_usage/src/ |
| D | main.c | 103 static void thread_entry_fn_dual(void *p1, void *p2, void *p3) in thread_entry_fn_dual() function 189 thread_entry_fn_dual, &fifo1, &fifo2, NULL, in ZTEST()
|
| /Zephyr-latest/tests/kernel/stack/stack/src/ |
| D | main.c | 121 static void thread_entry_fn_dual(void *p1, void *p2, void *p3) in thread_entry_fn_dual() function 204 thread_entry_fn_dual, &stack1, &stack2, in ZTEST_USER()
|