Searched refs:started_ref (Results 1 – 1 of 1) sorted by relevance
13 static atomic_val_t started_ref; variable34 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()