Searched refs:activeThread_ (Results 1 – 2 of 2) sorted by relevance
375 activeThread_ = std::thread([=, remote_end{std::move(remote_end)}]() mutable { in startDumpThread()403 activeThread_.join(); in stopDumpThread()405 activeThread_.detach(); in stopDumpThread()
127 std::thread activeThread_; variable