mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 21:06:10 +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> |
||
---|---|---|
.. | ||
apps | ||
benchmark | ||
klibs | ||
test |