Lines Matching full:into
14 * Test Thread enters items into a fifo, starts the Child Thread
16 * the fifo and enters some items back into the fifo. Child Thread
21 * Test Thread enters an item into fifo2, starts a Child Thread and
28 * Tests the ISR interfaces. Test thread puts items into fifo2 and gives
30 * puts items into fifo1. Child thread gives back control to the Test thread
49 /* Data to put into FIFO */
63 /* Put items into fifo */ in tIsr_entry_put()
94 /* Put items into fifo */ in thread_entry_fn_single()
113 /* Put items into fifo1 */ in thread_entry_fn_dual()
123 /* Put items into fifo1 */ in thread_entry_fn_isr()
137 * @details Test Thread enters items into a fifo, starts the Child Thread
139 * the fifo and enters some items back into the fifo. Child Thread
152 /* Put items into fifo */ in ZTEST()
176 * @details test Thread enters an item into fifo2, starts a Child Thread and
193 /* Put item into fifo */ in ZTEST()
208 * @details Tests the ISR interfaces. Test thread puts items into fifo2
210 * fifo2 and then puts items into fifo1. Child thread gives back control
225 /* Put item into fifo */ in ZTEST()