zephyr/tests/kernel/spinlock
Andrew Boie 860e965a4f tests: spinlock: fix occasional crash
lock_runtime is a stack variable whose contents could be completely
garbage, but only the 'locked' member was zeroed. zero the whole
thing to prevent spurious "recursive spinlock" errors from occasionally
popping up as the validation framework gets confused from garbage
data in the other memebers of this data structure.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-09-03 21:55:05 +02:00
..
src tests: spinlock: fix occasional crash 2020-09-03 21:55:05 +02:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf tests/kernel/spinlock: No need to use MP API anymore 2019-10-06 12:53:28 -04:00
testcase.yaml tests/samples: add tags to some tests 2020-07-20 17:44:16 -04:00