Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BfSystem_Lock
Function
BfSystem_Lock
IDEHelper/Compiler/BfSystem.cpp:4455–4458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4453
}
4454
4455
BF_EXPORT void BF_CALLTYPE BfSystem_Lock(BfSystem* bfSystem, int priority)
4456
{
4457
bfSystem->Lock(priority);
4458
}
4459
4460
BF_EXPORT void BF_CALLTYPE BfSystem_Unlock(BfSystem* bfSystem)
4461
{
Callers
1
DoLinkMS
Method · 0.85
Calls
1
Lock
Method · 0.45
Tested by
no test coverage detected