Searched defs:__tsan_atomic64 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h24 typedef long __tsan_atomic64; // NOLINT typedef
50 __tsan_atomic64 __tsan_atomic64_load(const volatile __tsan_atomic64 *a,
63 void __tsan_atomic64_store(volatile __tsan_atomic64 *a, __tsan_atomic64 v,
76 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
77 __tsan_atomic64 v, __tsan_memory_order mo);
89 __tsan_atomic64 __tsan_atomic64_fetch_add(volatile __tsan_atomic64 *
[all...]

Completed in 236 milliseconds