Lines Matching full:child
14 * Test Thread enters items into a fifo, starts the Child Thread
15 * and waits for a semaphore. Child thread extracts all items from
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
22 * extract an item from fifo1 once the item is there. The Child Thread
25 * Child Thread and so forth.
29 * control to the Child thread. Child thread gets items from fifo2 and then
30 * puts items into fifo1. Child thread gives back control to the Test thread
137 * @details Test Thread enters items into a fifo, starts the Child Thread
138 * and waits for a semaphore. Child thread extracts all items from
139 * the fifo and enters some items back into the fifo. Child Thread
161 /* Let the child thread run */ in ZTEST()
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
180 * Child Thread and so forth.
209 * and gives control to the Child thread. Child thread gets items from
210 * fifo2 and then puts items into fifo1. Child thread gives back control
228 /* Let the child thread run */ in ZTEST()