Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h134 __tsan_atomic8 __tsan_atomic8_fetch_xor(volatile __tsan_atomic8 *a,
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h320 a8 __tsan_atomic8_fetch_xor(volatile a8 *a, a8 v, morder mo);
H A Dtsan_interface_atomic.cpp687 a8 __tsan_atomic8_fetch_xor(volatile a8 *a, a8 v, morder mo) { in __tsan_atomic8_fetch_xor() function