zephyr/tests/lib/c_lib/thrd
Peter Mitsis 77abd6f89d tests: Allow thrd test to run on xtensa
On some SMP platforms (such as intel_adsp_ace15_mtpm) it is not
safe to access the stack of a thread that is currently executing
on another CPU. This requires that tests be written such that
objects and data that are shared between threads that may execute
concurrently on different CPUs be placed into memory that is not
a thread's stack.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2023-11-28 14:46:15 -05:00
..
src tests: Allow thrd test to run on xtensa 2023-11-28 14:46:15 -05:00
CMakeLists.txt
prj.conf
testcase.yaml