zephyr/tests/kernel/spinlock
Alexander Razinkov 9ae9df8b6f kernel: spinlock: k_spin_is_locked introduction
Currently spinlock internals are directly accessed from the tests.
This way the test becomes bound to the particular spinlock implementation.
To remove this unnecessary dependency the distinct API to check if spinlock
is locked is introduced.

k_spin_is_locked should be used for the spinlock testing only,
so the scope of this API is intentionally restricted.

Signed-off-by: Alexander Razinkov <alexander.razinkov@syntacore.com>
2023-09-07 14:26:55 +02:00
..
src kernel: spinlock: k_spin_is_locked introduction 2023-09-07 14:26:55 +02:00
CMakeLists.txt
prj.conf tests: Fix spinlock time limit test 2022-10-22 14:37:03 +09:00
testcase.yaml tests/kernel: Also run tests using minimallibc 2023-09-04 15:29:13 -04:00