Searched refs:lifo_thread1 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/benchmarks/sys_kernel/src/ |
D | lifo.c | 37 void lifo_thread1(void *par1, void *par2, void *par3) in lifo_thread1() function 157 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test() 191 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test() 223 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test()
|