zephyr/tests/kernel
S Swetha cbc5fdbb4b tests: kernel: spinlock: Increase lock contention
This commit resolves lock contention
issues by increasing the probablity of
contention during the test execution.

Increased wait delay when lock is taken
and Reduced wait delay when the lock is
released.

Achieved 99% lock contention probablity,
verified through runtime metrices.

Signed-off-by: S Swetha <s.swetha@intel.com>
2025-04-24 01:27:00 +02:00
..
cache
common tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00
condvar/condvar_api tests: kernel: fix doxygen comments/groups for condition variables 2025-04-22 14:03:29 +02:00
context
device
early_sleep test: kenrel: group sleep tests 2025-04-22 14:03:29 +02:00
events tests: events: fix doxygen groups 2025-04-22 14:03:29 +02:00
fatal tests: fatal: group fatal tests 2025-04-22 14:03:29 +02:00
fifo
fpu_sharing
gen_isr_table tests: kernel: gen_isr_table: Fix irq tests for rv64 targets 2025-04-16 08:10:47 +02:00
interrupt
ipi_cascade
ipi_optimize
lifo
mbox tests: kernel: mbox: fix doxygen grouping 2025-04-22 14:03:29 +02:00
mem_heap/k_heap_api tests: kernel: fix kheap doxygen groups 2025-04-22 14:03:29 +02:00
mem_protect tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00
mem_slab tests: kernel: mslab: extend k_mem_slab_alloc() timeout 2025-04-18 10:40:50 +02:00
mp
msgq
mutex
obj_core
obj_tracking
pending tests: kernel/pending: fix incorrect test names 2025-04-12 00:02:59 +02:00
pipe
poll tests: poll: add pipe coverage 2025-04-21 07:45:35 +02:00
profiling/profiling_api
queue
sched
semaphore tests: semaphore: fix doxygen groups 2025-04-22 14:03:29 +02:00
sleep
smp
smp_abort
smp_boot_delay
smp_suspend
spinlock tests: kernel: spinlock: Increase lock contention 2025-04-24 01:27:00 +02:00
stack/stack
threads tests: kernel: threads: improve doxygen comments, layout 2025-04-22 14:03:29 +02:00
tickless/tickless_concept
timer kernel: timeout: z_add_timeout to return expiration tick 2025-04-15 19:09:33 +02:00
usage/thread_runtime_stats
workq
xip