MCPcopy Create free account
hub / github.com/apache/impala / Store

Method Store

be/src/common/atomic.h:161–161  ·  view source on GitHub ↗

Atomic store with "release" memory-ordering semantic.

Source from the content-addressed store, hash-verified

159
160 /// Atomic store with "release" memory-ordering semantic.
161 ALWAYS_INLINE void Store(T val) { enum_.Store(static_cast<int32_t>(val)); }
162
163 private:
164 internal::AtomicInt<int32_t> enum_;

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected