Lines Matching refs:element
42 intptr_t element[2]; in fifo_thread1() local
53 element[1] = i; in fifo_thread1()
54 k_fifo_put(&fifo2, element); in fifo_thread1()
73 intptr_t element[2]; in fifo_thread2() local
81 element[1] = i; in fifo_thread2()
82 k_fifo_put(&fifo1, element); in fifo_thread2()
106 intptr_t element[2]; in fifo_thread3() local
114 element[1] = i; in fifo_thread3()
115 k_fifo_put(&fifo1, element); in fifo_thread3()
140 intptr_t element[2]; in fifo_test() local
171 k_fifo_put(&sync_fifo, element); in fifo_test()
203 k_fifo_put(&sync_fifo, element); in fifo_test()
251 k_fifo_put(&sync_fifo, element); in fifo_test()