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

Function Release_Store

be/src/gutil/atomicops.h:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 base::subtle::Acquire_Store(ptr, value);
176}
177inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
178 return base::subtle::Release_Store(ptr, value);
179}
180inline Atomic32 Acquire_Load(volatile const Atomic32* ptr) {
181 return base::subtle::Acquire_Load(ptr);
182}

Callers 15

GoogleOnceInternalInitFunction · 0.70
TEST_FFunction · 0.50
SuperviseThreadMethod · 0.50
DoInitFunction · 0.50
set_ptrMethod · 0.50
unlockMethod · 0.50
TEST_FFunction · 0.50
StoreMethod · 0.50
ReleaseStoreCurrentMethod · 0.50
GetOrCreateDelayMethod · 0.50
GetOrCreateDelayFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40