zephyr/tests/kernel/threads/dynamic_thread_stack
Flavio Ceolin 36a497b5e4 tests: dynamic_thread_stack: Fix problems in multicore
When running it in a multicore and with incoherent cache environment it
is possible that the thread allocating dynamic stacks is switched to a
different cpu. In this situation further access to that memory (like
when releasing resources) will be invalid.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-02-09 14:23:14 -05:00
..
src tests: dynamic_thread_stack: Fix problems in multicore 2024-02-09 14:23:14 -05:00
CMakeLists.txt
prj.conf tests: dynamic_thread_stack: Use app defined heap 2024-01-18 19:54:31 -05:00
testcase.yaml