OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atomic_store_relaxed
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic.h
76
INLINE void
atomic_store_relaxed
(volatile T *a, typename T::Type v) {
function in namespace:__sanitizer
sanitizer_coverage_libcdep.cc
235
atomic_store_relaxed
(&pc_array_index, idx + 1);
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc
93
atomic_store_relaxed
(&race->addcount,
104
atomic_store_relaxed
(&race->hitcount, 0);
105
atomic_store_relaxed
(&race->addcount, 1);
tsan_rtl_report.cc
493
atomic_store_relaxed
(&ctx->last_symbolize_time_ns, NanoTime());
/external/llvm/test/CodeGen/X86/
atomic128.ll
274
define void @
atomic_store_relaxed
(i128* %p, i128 %in) {
275
; CHECK-LABEL:
atomic_store_relaxed
:
/external/llvm/test/CodeGen/AArch64/
arm64-atomic-128.ll
213
define void @
atomic_store_relaxed
(i128 %in, i128* %p) {
214
; CHECK-LABEL:
atomic_store_relaxed
:
/external/compiler-rt/lib/lsan/
lsan_common.cc
605
atomic_store_relaxed
(&s->hit_count, atomic_load_relaxed(&s->hit_count) +
Completed in 432 milliseconds