Home
last modified time | relevance | path

Searched refs:atomic_value (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxAtomic.cpp74 if (ValueObjectSP atomic_value = GetLibCxxAtomicValue(valobj)) { in LibCxxAtomicSummaryProvider() local
76 if (atomic_value->GetSummaryAsCString(summary, options) && in LibCxxAtomicSummaryProvider()
115 ValueObjectSP atomic_value = GetLibCxxAtomicValue(m_backend); in Update() local
116 if (atomic_value) in Update()
/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dflag.cc173 auto atomic_value = absl::bit_cast<AlignedTwoWords>(buf); in Init() local
174 TwoWordsValue().store(atomic_value, std::memory_order_release); in Init()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dflag.cc173 auto atomic_value = absl::bit_cast<AlignedTwoWords>(buf); in Init() local
174 TwoWordsValue().store(atomic_value, std::memory_order_release); in Init()
/external/libtextclassifier/abseil-cpp/absl/flags/internal/
Dflag.cc173 auto atomic_value = absl::bit_cast<AlignedTwoWords>(buf); in Init() local
174 TwoWordsValue().store(atomic_value, std::memory_order_release); in Init()