Lines Matching refs:fifo
30 static K_FIFO_DEFINE(fifo);
49 k_fifo_put(&fifo, fifo_data); in fifo_put_get_thread_entry()
53 data = k_fifo_get(&fifo, K_NO_WAIT); in fifo_put_get_thread_entry()
74 k_fifo_alloc_put(&fifo, fifo_data); in fifo_put_get_thread_entry()
78 data = k_fifo_get(&fifo, K_NO_WAIT); in fifo_put_get_thread_entry()
110 k_thread_access_grant(&start_thread, &pause_sem, &fifo); in fifo_ops()
187 data = k_fifo_get(&fifo, K_FOREVER); in alt_thread_entry()
208 data = k_fifo_get(&fifo, K_FOREVER); in alt_thread_entry()
247 k_fifo_put(&fifo, fifo_data); in start_thread_entry()
258 k_fifo_alloc_put(&fifo, fifo_data); in start_thread_entry()
291 k_thread_access_grant(&start_thread, &alt_thread, &pause_sem, &fifo); in fifo_blocking_ops()
292 k_thread_access_grant(&alt_thread, &pause_sem, &fifo); in fifo_blocking_ops()