Home
last modified time | relevance | path

Searched refs:__tsan_atomic128_fetch_xor (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h143 __tsan_atomic128 __tsan_atomic128_fetch_xor(volatile __tsan_atomic128 *a,
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h329 a128 __tsan_atomic128_fetch_xor(volatile a128 *a, a128 v, morder mo);
H A Dtsan_interface_atomic.cpp708 a128 __tsan_atomic128_fetch_xor(volatile a128 *a, a128 v, morder mo) { in __tsan_atomic128_fetch_xor() function