mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Test point: 1. Any number of threads may wait on an empty FIFO simultaneously. 2. When a data item is added, it is given to the highest priority thread that has waited longest. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>