zephyr/tests/lib/c_lib/thrd/src
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
..
cnd.c tests: lib: c_lib: tests for C11 condition variables 2023-11-14 18:23:42 +09:00
mtx.c tests: Allow thrd test to run on xtensa 2023-11-28 14:46:15 -05:00
once.c tests: lib: c_lib: tests for C11 call_once() 2023-11-14 18:23:42 +09:00
thrd.c tests: Allow thrd test to run on xtensa 2023-11-28 14:46:15 -05:00
thrd.h
tss.c tests: Allow thrd test to run on xtensa 2023-11-28 14:46:15 -05:00