MCPcopy 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
88void Thread::SleepInternal(int millisecondsTimeout)
89{
90 BfpThread_Sleep(millisecondsTimeout);
91}
92
93void Thread::SpinWaitInternal(int iterations)
94{

Callers

nothing calls this directly

Calls 1

BfpThread_SleepFunction · 0.50

Tested by

no test coverage detected