Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_pin.cc49 # define ATOMIC_READ(a) __sync_add_and_fetch(a, 0) macro
60 # define ATOMIC_READ(a) _InterlockedCompareExchange(a, 0, 0) macro