Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BfpThread_Sleep
Function
BfpThread_Sleep
BeefySysLib/platform/win/Platform.cpp:2516–2519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2514
};
2515
2516
BFP_EXPORT void BFP_CALLTYPE BfpThread_Sleep(int sleepMS)
2517
{
2518
::Sleep(sleepMS);
2519
}
2520
2521
BFP_EXPORT bool BFP_CALLTYPE BfpThread_Yield()
2522
{
Callers
8
VSyncThreadProc
Method · 0.70
Run
Method · 0.50
Process
Method · 0.50
CopyFile
Method · 0.50
CopyFile
Method · 0.50
SleepTest
Function · 0.50
Execute
Method · 0.50
SleepInternal
Method · 0.50
Calls
1
Sleep
Function · 0.50
Tested by
no test coverage detected