zephyr/samples/nanokernel
Benjamin Walsh 418e3d361b test_lifo: add multiple-waiters scenario
A number of fibers pend on a LIFO, then the task queues data on it, once
for each waiter. Each time, the first fiber in the queue wakes up, is
context-switched to, verifies the data is the one expected, and gives a
semaphore. The task finally must be able to obtain the semaphore an
amount of times equals to the number of fibers.

Change-Id: I2709ec56368fc72d365bd752657fb319a9b6c394
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:13:53 -05:00
..
apps Bluetooth: Enable HCI_CORE debug for samples 2016-02-05 20:13:50 -05:00
benchmark Add compiler dependent headers for test inline assembler code 2016-02-05 20:13:52 -05:00
klibs Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test test_lifo: add multiple-waiters scenario 2016-02-05 20:13:53 -05:00