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

Function Acquire_Load

be/src/gutil/atomicops.h:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
183inline Atomic32 Release_Load(volatile const Atomic32* ptr) {
184 return base::subtle::Release_Load(ptr);
185}

Callers 15

GoogleOnceInitFunction · 0.70
GoogleOnceInitArgFunction · 0.70
InitMethod · 0.70
SpinLockWaitFunction · 0.70
RefCountIsOneFunction · 0.70
RefCountIsZeroFunction · 0.70
GoogleOnceInternalInitFunction · 0.70
RunMethod · 0.50
CallOneRpcMethod · 0.50
WaitForTidMethod · 0.50
HasBeenNotifiedMethod · 0.50
WaitForNotificationMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected