MCPcopy 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
4455BF_EXPORT void BF_CALLTYPE BfSystem_Lock(BfSystem* bfSystem, int priority)
4456{
4457 bfSystem->Lock(priority);
4458}
4459
4460BF_EXPORT void BF_CALLTYPE BfSystem_Unlock(BfSystem* bfSystem)
4461{

Callers 1

DoLinkMSMethod · 0.85

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected