Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp64 if (t2c_.joinable()) { in ~ProxyPair()
65 t2c_.join(); in ~ProxyPair()
78 t2c_ = std::thread(&ProxyPair::Forward, this, "t2c", to, from, stop_fd_, in Start()
109 std::thread t2c_; member in cuttlefish::__anon0a269dfb0111::ProxyPair