Searched refs:new_thread (Results 1 – 1 of 1) sorted by relevance
1446 auto new_thread = std::thread([this]() -> void { Work(); }); in PersistWriteThread() local1447 thread_.swap(new_thread); in PersistWriteThread()1507 auto new_thread = std::thread{PropertyServiceThread}; in StartPropertyService()1508 property_service_thread.swap(new_thread); in StartPropertyService()