MCPcopy 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
2521BFP_EXPORT bool BFP_CALLTYPE BfpThread_Yield()
2522{
2523 return ::SwitchToThread();
2524}
2525
2526///
2527

Callers 4

BfpCritSect_TryEnterFunction · 0.70
StopMethod · 0.50
CheckLockYieldMethod · 0.50
YieldInternalMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected