Home
last modified time | relevance | path

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

/Zephyr-latest/samples/arch/smp/pi/src/
Dmain.c31 static atomic_t th_counter = THREADS_NUM; variable
94 (void *)&th_counter, (void *)th_buffer[i], NULL, in main()
99 while (th_counter) { in main()