Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
inline void MemoryBarrier() {
76
OSMemoryBarrier();
77
}
78
79
inline Atomic32 Acquire_CompareAndSwap(volatile Atomic32* ptr,
80
Atomic32 old_value,
Callers
4
Acquire_Store
Function · 0.70
Release_Store
Function · 0.70
Acquire_Load
Function · 0.70
Release_Load
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected