mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 05:36:06 +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> |
||
---|---|---|
arch | ||
config | ||
drivers | ||
host | ||
include | ||
kernel | ||
lib/libc/minimal | ||
make | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
vxmicro-env.bash |