Searched refs:thread_ (Results 1 – 3 of 3) sorted by relevance
58 void MetricsHostReceiver::Join() { thread_.join(); } in Join()68 thread_ = std::thread(&MetricsHostReceiver::ServerLoop, this); in Initialize()
25 std::thread thread_; variable
50 std::thread thread_; member in cuttlefish::webrtc_streaming::UnixServerConnection222 thread_ = std::thread([this](){ReadLoop();}); in Connect()234 if (thread_.joinable()) { in StopThread()235 thread_.join(); in StopThread()