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

Function MemoryBarrier

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

Source from the content-addressed store, hash-verified

73}
74
75inline void MemoryBarrier() {
76 OSMemoryBarrier();
77}
78
79inline Atomic32 Acquire_CompareAndSwap(volatile Atomic32* ptr,
80 Atomic32 old_value,

Callers 4

Acquire_StoreFunction · 0.70
Release_StoreFunction · 0.70
Acquire_LoadFunction · 0.70
Release_LoadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected