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
prj.conf
testcase.yaml tests/samples: add tags to some tests 2020-07-20 17:44:16 -04:00