MCPcopy Create free account
hub / github.com/cztomczak/cefpython / Acquire_Store

Function Acquire_Store

src/include/base/internal/cef_atomicops_mac.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {
104 *ptr = value;
105 MemoryBarrier();
106}
107
108inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
109 MemoryBarrier();

Callers

nothing calls this directly

Calls 1

MemoryBarrierFunction · 0.70

Tested by

no test coverage detected