Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/metrics/
Dhost_receiver.cc58 void MetricsHostReceiver::Join() { thread_.join(); } in Join()
68 thread_ = std::thread(&MetricsHostReceiver::ServerLoop, this); in Initialize()
Dhost_receiver.h25 std::thread thread_; variable
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp50 std::thread thread_; member in cuttlefish::webrtc_streaming::UnixServerConnection
222 thread_ = std::thread([this](){ReadLoop();}); in Connect()
234 if (thread_.joinable()) { in StopThread()
235 thread_.join(); in StopThread()