OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_atomic64_exchange
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/
atomicops_internals_tsan.h
110
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_relaxed);
115
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_acquire);
120
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_release);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_tsan.h
140
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_relaxed);
145
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_acquire);
150
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_release);
/external/chromium_org/v8/src/base/
atomicops_internals_tsan.h
85
__tsan_atomic64
__tsan_atomic64_exchange
(volatile __tsan_atomic64* a,
301
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_relaxed);
306
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_acquire);
311
return
__tsan_atomic64_exchange
(ptr, new_value, __tsan_memory_order_release);
/external/compiler-rt/include/sanitizer/
tsan_interface_atomic.h
76
__tsan_atomic64
__tsan_atomic64_exchange
(volatile __tsan_atomic64 *a,
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc
578
a64
__tsan_atomic64_exchange
(volatile a64 *a, a64 v, morder mo) {
function
Completed in 2506 milliseconds