MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / AddTimer

Method AddTimer

src/utils/timer.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Timer :: AddTimer(const uint64_t llAbsTime, uint32_t & iTimerID)
38{
39 return AddTimerWithType(llAbsTime, 0, iTimerID);
40}
41
42void Timer :: AddTimerWithType(const uint64_t llAbsTime, const int iType, uint32_t & iTimerID)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected