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

Method Acquire

IDEHelper/Compiler/BfSystem.h:1989–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987 }
1988
1989 void Acquire()
1990 {
1991 BF_ASSERT(!mHeld);
1992 if (!mHeld)
1993 {
1994 mHeld = true;
1995 mSystem->mYieldDisallowCount++;
1996 }
1997 }
1998};
1999
2000#ifdef _DEBUG

Callers 2

GetStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected