zephyr/samples/nanokernel/test
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
..
test_arm_m3_irq_vector_table
test_bluetooth
test_context
test_fifo
test_fp_sharing
test_lifo test_lifo: add multiple-waiters scenario 2016-02-05 20:13:53 -05:00
test_sema test_sema: add multiple-waiters scenario 2016-02-05 20:13:53 -05:00
test_stack
test_stackprot
test_static_idt
test_timer Change _nano_ticks to 64-bit 2016-02-05 20:13:52 -05:00
test_xip