zephyr/tests/kernel/queue
Ningx Zhao fa8bc742b8 Test: queue: Add a testcase to test queue
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>
2021-04-06 10:13:49 -04:00
..
src Test: queue: Add a testcase to test queue 2021-04-06 10:13:49 -04:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf kernel: queue: develop the code coverage 2021-01-18 23:14:12 -05:00
testcase.yaml tests: access kernel object with private data using system call 2020-12-01 10:14:35 -06:00