mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 11:15:58 +00:00
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> |
||
---|---|---|
.. | ||
test_arm_m3_irq_vector_table | ||
test_bluetooth | ||
test_context | ||
test_fifo | ||
test_fp_sharing | ||
test_lifo | ||
test_sema | ||
test_stack | ||
test_stackprot | ||
test_static_idt | ||
test_timer | ||
test_xip |