Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Release
Method
Release
IDEHelper/Compiler/CeMachine.cpp:5919–5923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5917
}
5918
5919
void Release()
5920
{
5921
if (BfpSystem_InterlockedExchangeAdd32((uint32*)&mRefCount, (uint32)-1) == 1)
5922
delete this;
5923
}
5924
5925
void Run()
5926
{
Callers
3
~CeAsyncOperation
Method · 0.45
Execute
Method · 0.45
ReleaseContext
Method · 0.45
Calls
1
BfpSystem_InterlockedExchangeAdd32
Function · 0.50
Tested by
no test coverage detected