Lines Matching defs:CppTimer
16 #include "CppTimer.h"
18 CppTimer::~CppTimer()
22 ILOG("CppTimer can not deleted by other thread!");
26 void CppTimer::Start(int64_t value)
30 ILOG("CppTimer can not started by other thread!");
38 void CppTimer::Stop()
42 ILOG("CppTimer can not stoped by other thread!");
47 void CppTimer::RunTimerTick(CallbackQueue& queue)
61 ILOG("CppTimer can not run in other thread");