Lines Matching refs:TimerThread
38 TimerThread::Handle TimerThread::scheduleTask( in scheduleTask()
48 TimerThread::Handle TimerThread::trackTask(std::string_view tag) { in trackTask()
55 bool TimerThread::cancelTask(Handle handle) { in cancelTask()
63 std::string TimerThread::SnapshotAnalysis::toString(bool showTimeoutStack) const { in toString()
131 bool TimerThread::isRequestFromHal(const std::shared_ptr<const Request>& request) { in isRequestFromHal()
144 struct TimerThread::SnapshotAnalysis TimerThread::getSnapshotAnalysis(size_t retiredCount) const { in getSnapshotAnalysis()
231 std::vector<std::shared_ptr<const TimerThread::Request>> TimerThread::getPendingRequests() const { in getPendingRequests()
249 std::string TimerThread::pendingToString() const { in pendingToString()
253 std::string TimerThread::retiredToString(size_t n) const { in retiredToString()
261 std::string TimerThread::timeoutToString(size_t n) const { in timeoutToString()
269 std::string TimerThread::Request::toString() const { in toString()
278 void TimerThread::RequestQueue::add(std::shared_ptr<const Request> request) { in add()
286 void TimerThread::RequestQueue::copyRequests( in copyRequests()
297 TimerThread::Handle TimerThread::NoTimeoutMap::add(std::shared_ptr<const Request> request) { in add()
306 std::shared_ptr<const TimerThread::Request> TimerThread::NoTimeoutMap::remove(Handle handle) { in remove()
315 void TimerThread::NoTimeoutMap::copyRequests( in copyRequests()
323 TimerThread::MonitorThread::MonitorThread(RequestQueue& timeoutQueue) in MonitorThread()
330 TimerThread::MonitorThread::~MonitorThread() { in ~MonitorThread()
339 void TimerThread::MonitorThread::threadFunc() { in threadFunc()
422 TimerThread::Handle TimerThread::MonitorThread::add( in add()
432 std::shared_ptr<const TimerThread::Request> TimerThread::MonitorThread::remove(Handle handle) { in remove()
459 void TimerThread::MonitorThread::copyRequests( in copyRequests()