Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BfpThread_Yield
Function
BfpThread_Yield
BeefySysLib/platform/win/Platform.cpp:2521–2524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2519
}
2520
2521
BFP_EXPORT bool BFP_CALLTYPE BfpThread_Yield()
2522
{
2523
return ::SwitchToThread();
2524
}
2525
2526
///
2527
Callers
4
BfpCritSect_TryEnter
Function · 0.70
Stop
Method · 0.50
CheckLockYield
Method · 0.50
YieldInternal
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected