Home
last modified time | relevance | path

Searched refs:threadLoop_ (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.cpp54 threadLoop_ = GetWorkLoop(); in OnLoad()
55 if (threadLoop_ == nullptr) { in OnLoad()
59 threadLoop_->StartLoop(false); in OnLoad()
173 HIVIEW_LOGD("threadLoop_->IsRunning() = %{public}d", threadLoop_->IsRunning()); in OnEventListeningCallback()
198 threadLoop_->AddTimerEvent(nullptr, nullptr, task, delayTime, false); in OnEventListeningCallback()
Dfreeze_detector_plugin.h45 std::shared_ptr<EventLoop> threadLoop_ = nullptr; variable
/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_inner.cpp253 if (threadLoop_ == nullptr) { in CreateWatchdogThreadIfNeed()
254 threadLoop_ = std::make_unique<std::thread>(&WatchdogInner::Start, this); in CreateWatchdogThreadIfNeed()
437 if (threadLoop_ != nullptr && threadLoop_->joinable()) { in Stop()
438 threadLoop_->join(); in Stop()
439 threadLoop_ = nullptr; in Stop()
Dwatchdog_inner.h70 std::unique_ptr<std::thread> threadLoop_; variable
/base/hiviewdfx/hiview/plugins/eventlogger/include/
Devent_logger.h75 std::shared_ptr<EventLoop> threadLoop_ = nullptr; variable
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp129 threadLoop_->AddTimerEvent(nullptr, nullptr, CheckFinishFun, waitTime, false); in OnEvent()
441 threadLoop_->AddTimerEvent(nullptr, nullptr, CheckFinishFun, waitTime, false); in CheckEventOnContinue()
453 threadLoop_ = GetWorkLoop(); in OnLoad()
454 threadLoop_->AddFileDescriptorEventCallback("EventLoggerFd", in OnLoad()