Home
last modified time | relevance | path

Searched defs:tsan_add (Results 1 – 1 of 1) sorted by relevance

/openssl/include/internal/
H A Dtsan_assist.h63 # define tsan_add(ptr, n) atomic_fetch_add_explicit((ptr), (n), memory_order_relaxed) macro
75 # define tsan_add(ptr, n) __atomic_fetch_add((ptr), (n), __ATOMIC_RELAXED) macro
118 # define tsan_add(ptr, n) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), (n)) \ macro
121 # define tsan_add(ptr, n) _InterlockedExchangeAdd((ptr), (n)) macro
141 # define tsan_add(ptr, n) (*(ptr) += (n)) macro

Completed in 4 milliseconds