Lines Matching full:item
21 * Test Thread enters an item into fifo2, starts a Child Thread and
22 * extract an item from fifo1 once the item is there. The Child Thread
23 * will extract an item from fifo2 once the item is there and enter
24 * an item to fifo1. The flow of control goes from Test Thread to
176 * @details test Thread enters an item into fifo2, starts a Child Thread and
177 * extract an item from fifo1 once the item is there. The Child Thread
178 * will extract an item from fifo2 once the item is there and enter
179 * an item to fifo1. The flow of control goes from Test Thread to
193 /* Put item into fifo */ in ZTEST()
196 /* Get item from fifo */ in ZTEST()
225 /* Put item into fifo */ in ZTEST()
231 /* Get item from fifo */ in ZTEST()