Home
last modified time | relevance | path

Searched refs:activeThread_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp375 activeThread_ = std::thread([=, remote_end{std::move(remote_end)}]() mutable { in startDumpThread()
403 activeThread_.join(); in stopDumpThread()
405 activeThread_.detach(); in stopDumpThread()
H A Ddumpsys.h127 std::thread activeThread_; variable