Searched refs:server_thread_ (Results 1 – 2 of 2) sorted by relevance
105 std::thread server_thread_; member in adbwifi::pairing::__anon1ee857250111::PairingServerImpl145 if (server_thread_.joinable()) { in ~PairingServerImpl()147 server_thread_.join(); in ~PairingServerImpl()223 server_thread_ = std::thread([this]() { serverWorker(); }); in startServerThread()
115 std::thread server_thread_; member162 if (server_thread_.joinable()) { in ~PairingServerCtx()164 server_thread_.join(); in ~PairingServerCtx()243 server_thread_ = std::thread([this]() { ServerWorker(); }); in StartServerThread()