| 107 | } |
| 108 | |
| 109 | uint32_t CTimer::GetTimerNum() { |
| 110 | std::unique_lock<std::recursive_mutex> lock(_mutex); |
| 111 | return _timer_map.size(); |
| 112 | } |
| 113 | |
| 114 | void CTimer::_AddTimer(uint32_t interval, const base::CMemSharePtr<CTimerEvent>& t, uint64_t& id) { |
| 115 | _time.Now(); |
nothing calls this directly
no outgoing calls
no test coverage detected