Searched refs:atomic_store_relaxed (Results 1 – 7 of 7) sorted by relevance
76 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { in atomic_store_relaxed() function
235 atomic_store_relaxed(&pc_array_index, idx + 1); in InitializeGuardArray()
93 atomic_store_relaxed(&race->addcount, in AddExpectRace()104 atomic_store_relaxed(&race->hitcount, 0); in AddExpectRace()105 atomic_store_relaxed(&race->addcount, 1); in AddExpectRace()
493 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
213 define void @atomic_store_relaxed(i128 %in, i128* %p) {214 ; CHECK-LABEL: atomic_store_relaxed:
274 define void @atomic_store_relaxed(i128* %p, i128 %in) {275 ; CHECK-LABEL: atomic_store_relaxed:
605 atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) + in ApplySuppressions()