Lines Matching full:into
23 /* Thread A enters items into a fifo, starts Thread B and waits for a semaphore. */
24 /* Thread B extracts all items from the fifo and enters some items back into the fifo. */
47 /* Put items into fifo */ in thread_entry_fn_fifo()
66 /* Set and Put items into fifo */ in ZTEST()
91 /* Thread A enters items into a lifo, starts Thread B and waits for a semaphore. */
92 /* Thread B extracts all items from the lifo and enters some items back into the lifo. */
116 /* Put items into lifo */ in thread_entry_fn_lifo()
134 /* Set and Put items into lifo */ in ZTEST()
160 /* Thread A enters items into a stack, starts thread B and waits for a semaphore. */
161 /* Thread B extracts all items from the stack and enters some items back into the stack. */
192 /* Push data into a stack */ in thread_entry_fn_stack()
210 /* Push data into a stack */ in ZTEST()