MCPcopy 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
852void Scheduler::StartThreadTimer(const int thrId)
853{
854 timersThread[thrId].Reset();
855 timersThread[thrId].Start();
856}
857
858
859void Scheduler::EndThreadTimer(const int thrId)

Callers

nothing calls this directly

Calls 2

ResetMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected