zephyr/tests/kernel/queue/src
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
..
main.c Test: queue: Add a testcase to test queue 2021-04-06 10:13:49 -04:00
test_queue_contexts.c Test: queue: Add a testcase to test queue 2021-04-06 10:13:49 -04:00
test_queue_fail.c tests/kernel: Coherence: no shared data on stacks 2021-02-11 14:47:40 -05:00
test_queue_loop.c
test_queue_user.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
test_queue.h Test: queue: Add a testcase to test queue 2021-04-06 10:13:49 -04:00