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

Function Release_Store

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

Source from the content-addressed store, hash-verified

106}
107
108inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) {
109 MemoryBarrier();
110 *ptr = value;
111}
112
113inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) {
114 return *ptr;

Callers

nothing calls this directly

Calls 1

MemoryBarrierFunction · 0.70

Tested by

no test coverage detected