MCPcopy 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
2516BFP_EXPORT void BFP_CALLTYPE BfpThread_Sleep(int sleepMS)
2517{
2518 ::Sleep(sleepMS);
2519}
2520
2521BFP_EXPORT bool BFP_CALLTYPE BfpThread_Yield()
2522{

Callers 8

VSyncThreadProcMethod · 0.70
RunMethod · 0.50
ProcessMethod · 0.50
CopyFileMethod · 0.50
CopyFileMethod · 0.50
SleepTestFunction · 0.50
ExecuteMethod · 0.50
SleepInternalMethod · 0.50

Calls 1

SleepFunction · 0.50

Tested by

no test coverage detected