Home
last modified time | relevance | path

Searched refs:counter_local (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c11 uint counter_local[NUM_CORES][NUM_SPIN_LOCKS]; variable
29 counter_local[j][i] = 0; in prepare_clear_counters()
43 per_lock_sum += counter_local[j][i]; in check_counter_sums()
44 if (counter_local[j][i] > ITERATIONS) { in check_counter_sums()
46 i, j, counter_local[j][i], ITERATIONS); in check_counter_sums()
87 counter_local[core_num][lock_index]++; in counter_test_per_core()
108 counter_local[core_num][lock_index]++; in counter_try_test_per_core()