Searched defs:tsan_counter (Results 1 – 1 of 1) sorted by relevance
59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed) macro72 # define tsan_counter(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_RELAXED) macro116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \ macro121 # define tsan_counter(ptr) _InterlockedExchangeAdd((ptr), 1) macro136 # define tsan_counter(ptr) ((*(ptr))++) macro