Searched refs:TimerThread (Results 1 – 9 of 9) sorted by relevance
53 TimerThread thread; in testBasic()54 TimerThread::Handle handle = in testBasic()55 thread.scheduleTask("Basic", [&taskRan](TimerThread::Handle) { in testBasic()57 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testBasic()71 TimerThread thread; in testCancel()72 TimerThread::Handle handle = in testCancel()73 thread.scheduleTask("Cancel", [&taskRan](TimerThread::Handle) { in testCancel()75 ASSERT_TRUE(TimerThread::isTimeoutHandle(handle)); in testCancel()90 TimerThread thread; in testCancelAfterRun()91 TimerThread::Handle handle = in testCancelAfterRun()[all …]
209 "TimerThread-test.cpp",
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()[all …]
146 TimerThread& TimeCheck::getTimeCheckThread() { in getTimeCheckThread()147 static TimerThread sTimeCheckThread{}; in getTimeCheckThread()171 [ timeCheckHandler = mTimeCheckHandler ](TimerThread::Handle timerHandle) { in __anon6842e7020102()224 void TimeCheck::TimeCheckHandler::onCancel(TimerThread::Handle timerHandle) const in onCancel()238 void TimeCheck::TimeCheckHandler::onTimeout(TimerThread::Handle timerHandle) const in onTimeout()303 static constexpr pid_t invalidPid = TimerThread::SnapshotAnalysis::INVALID_PID; in onTimeout()
59 "TimerThread.cpp",
126 void onCancel(TimerThread::Handle handle) const;127 void onTimeout(TimerThread::Handle handle) const;135 static TimerThread& getTimeCheckThread();142 const TimerThread::Handle mTimerHandle = TimerThread::INVALID_HANDLE;
39 class TimerThread {
15699 java.util.TimerThread
28653 HSPLjava/util/TimerThread;-><init>(Ljava/util/TaskQueue;)V28654 HSPLjava/util/TimerThread;->mainLoop()V28655 HSPLjava/util/TimerThread;->run()V48284 Ljava/util/TimerThread;