MCPcopy Create free account
hub / github.com/beefytech/Beef / Unlock

Method Unlock

IDEHelper/Compiler/BfSystem.cpp:3930–3937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3928}
3929
3930void BfSystem::Unlock()
3931{
3932 BF_ASSERT(mYieldDisallowCount == 0);
3933
3934 mCurSystemLockPri = -1;
3935 mSystemLock.Unlock();
3936 BF_ASSERT(mSystemLock.mLockCount >= 0);
3937}
3938
3939void BfSystem::AssertWeHaveLock()
3940{

Callers 10

DoOpenFileMethod · 0.45
CheckNonDebuggerBreakMethod · 0.45
SetHotJumpMethod · 0.45
RequestImageMethod · 0.45
RequestDebugInfoMethod · 0.45
CheckLockYieldMethod · 0.45
RemoveOldParsersMethod · 0.45
BfSystem_UnlockFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected