Searched refs:conn_events_thread_ (Results 1 – 2 of 2) sorted by relevance
103 std::thread conn_events_thread_; member in adbwifi::pairing::__anonaba3dc510111::PairingServerImpl155 if (conn_events_thread_.joinable()) { in ~PairingServerImpl()156 conn_events_thread_.join(); in ~PairingServerImpl()233 conn_events_thread_ = std::thread([this]() { connectionEventsWorker(); }); in startConnectionEventsThread()
113 std::thread conn_events_thread_; member172 if (conn_events_thread_.joinable()) { in ~PairingServerCtx()173 conn_events_thread_.join(); in ~PairingServerCtx()253 conn_events_thread_ = std::thread([this]() { ConnectionEventsWorker(); }); in StartConnectionEventsThread()