mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 01:25:58 +00:00
Fixes a problem where the nanokernel FIFO state information could get out of sync due to a timeout. The nanokernel FIFO structure nano_fifo now maintains two separate queues: one for waiting fibers and the other for posted data. This permits the safe and independent querying of the queues as needed when getting and/or putting data from/on the nanokernel FIFO. Change-Id: Ifbcb5004558b06fc55cad2a955f5be20e716b392 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> |
||
---|---|---|
.. | ||
include | ||
compiler_stack_protect.c | ||
device.c | ||
event_logger.c | ||
idle.c | ||
int_latency_bench.c | ||
Kconfig | ||
kernel_event_logger.c | ||
Makefile | ||
nano_context.c | ||
nano_fiber.c | ||
nano_fifo.c | ||
nano_init.c | ||
nano_lifo.c | ||
nano_sema.c | ||
nano_sleep.c | ||
nano_stack.c | ||
nano_sys_clock.c | ||
nano_timer.c | ||
ring_buffer.c | ||
version.c |