Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cztomczak/cefpython
/ Release_Load
Function
Release_Load
src/include/base/internal/cef_atomicops_mac.h:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
inline Atomic32 Release_Load(volatile const Atomic32* ptr) {
124
MemoryBarrier();
125
return *ptr;
126
}
127
128
#ifdef __LP64__
129
Callers
nothing calls this directly
Calls
1
MemoryBarrier
Function · 0.70
Tested by
no test coverage detected