Searched refs:threadLoop_ (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | freeze_detector_plugin.cpp | 54 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()
|
D | freeze_detector_plugin.h | 45 std::shared_ptr<EventLoop> threadLoop_ = nullptr; variable
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | watchdog_inner.cpp | 253 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()
|
D | watchdog_inner.h | 70 std::unique_ptr<std::thread> threadLoop_; variable
|
/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
D | event_logger.h | 75 std::shared_ptr<EventLoop> threadLoop_ = nullptr; variable
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
D | event_logger.cpp | 129 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()
|