zephyr/tests/posix/common
Peter Mitsis 38352ae13c test: Relocate posix mqueue receive buffer
For platforms that select Kconfig option CONFIG_KERNEL_COHERENCE,
the receive buffer used in mq_timedreceive() must not be on the
stack. This is because the k_msgq that underlies the POSIX mqueue
will attempt to perform a direct to buffer copy from the sender
when there is a waiting reader.

Fixes #60796

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2023-07-31 10:08:34 +02:00
..
src test: Relocate posix mqueue receive buffer 2023-07-31 10:08:34 +02:00
CMakeLists.txt posix: signal: implement sigemptyset 2023-07-18 15:35:42 -04:00
prj.conf pthread: test: facilitate dynamically allocated thread stacks 2023-07-24 12:59:43 -04:00
testcase.yaml pthread: test: facilitate dynamically allocated thread stacks 2023-07-24 12:59:43 -04:00