Searched refs:ThreadUserTimer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.h42 class ThreadUserTimer : public TimerBase class in inherits:TimerBase
45 ThreadUserTimer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {} function in class:ThreadUserTimer
H A Dhrtimer.cpp97 TimerWord ThreadUserTimer::GetCurrentTimerValue()
112 throw Exception(Exception::OTHER_ERROR, "ThreadUserTimer: GetThreadTimes failed with error " + IntToString(lastError));
127 TimerWord ThreadUserTimer::TicksPerSecond()
H A Dpwdbased.h19 /*! If timeInSeconds != 0, will iterate until time elapsed, as measured by ThreadUserTimer
72 ThreadUserTimer timer;
95 ThreadUserTimer timer;
173 ThreadUserTimer timer;

Completed in 28 milliseconds