Home
last modified time | relevance | path

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

/Zephyr-latest/samples/arch/smp/pi/src/
Dmain.c30 static char th_buffer[THREADS_NUM][DIGITS_NUM + 1]; variable
94 (void *)&th_counter, (void *)th_buffer[i], NULL, in main()
110 printk("Pi value calculated by thread #%d: %s\n", i, th_buffer[i]); in main()