zephyr/tests/kernel/queue/src
Andy Ross 4796037cf7 tests/kernel/queue: Coherence fixes for tests/kernel/queue
When CONFIG_KERNEL_COHERENCE=y, it's not legal to place shared data
(like the queue elements in this test case) on the stack, because that
memory is incoherent with respect to other CPUs in the system.

Make them static (another option would have been to mark the test case
1cpu).

Fixes #41860

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2022-01-18 19:18:09 -05:00
..
main.c tests: queue: add a test case for coverage 2021-10-28 12:06:25 -04:00
test_queue_contexts.c tests: queue: add a test case for coverage 2021-10-28 12:06:25 -04:00
test_queue_fail.c tests/kernel/queue: Coherence fixes for tests/kernel/queue 2022-01-18 19:18:09 -05:00
test_queue_loop.c
test_queue_user.c
test_queue.h tests: queue: add a test case for coverage 2021-10-28 12:06:25 -04:00