Home
last modified time | relevance | path

Searched refs:threadLoop_ (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h72 std::shared_ptr<EventLoop> threadLoop_ = nullptr; member in OHOS::HiviewDFX::EventLogger
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp668 if (threadLoop_ == nullptr) { in CreateWatchdogThreadIfNeed()
675 threadLoop_ = std::make_unique<std::thread>(&WatchdogInner::Start, this); in CreateWatchdogThreadIfNeed()
988 if (threadLoop_ != nullptr && threadLoop_->joinable()) { in Stop()
989 threadLoop_->join(); in Stop()
990 threadLoop_ = nullptr; in Stop()
H A Dwatchdog_inner.h123 std::unique_ptr<std::thread> threadLoop_; member in OHOS::HiviewDFX::WatchdogInner
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp350 threadLoop_->AddTimerEvent(nullptr, nullptr, CheckFinishFun, waitTime, false); in StartLogCollect()
918 threadLoop_ = GetWorkLoop(); in OnLoad()
977 threadLoop_->AddEvent(nullptr, nullptr, task); in OnUnorderedEvent()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp221 eventLogger->threadLoop_ = loop; in HWTEST_F()

Completed in 6 milliseconds