Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ StartThreadTimer
Method
StartThreadTimer
library/src/system/scheduler.cpp:852–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
851
#ifdef DDS_SCHEDULER
852
void Scheduler::StartThreadTimer(const int thrId)
853
{
854
timersThread[thrId].Reset();
855
timersThread[thrId].Start();
856
}
857
858
859
void Scheduler::EndThreadTimer(const int thrId)
Callers
nothing calls this directly
Calls
2
Reset
Method · 0.45
Start
Method · 0.45
Tested by
no test coverage detected