Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ SleepInternal
Method
SleepInternal
BeefRT/rt/Thread.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Thread::SleepInternal(int millisecondsTimeout)
89
{
90
BfpThread_Sleep(millisecondsTimeout);
91
}
92
93
void Thread::SpinWaitInternal(int iterations)
94
{
Callers
nothing calls this directly
Calls
1
BfpThread_Sleep
Function · 0.50
Tested by
no test coverage detected