Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/timing/
Dtiming.c13 static atomic_val_t started_ref; variable
34 if (atomic_inc(&started_ref) != 0) { in timing_start()
53 old_value = atomic_get(&started_ref); in timing_stop()
59 } while (atomic_cas(&started_ref, old_value, new_value) == 0); in timing_stop()