Searched refs:new_thread (Results 1 – 2 of 2) sorted by relevance
309 ThreadEntry new_thread = thread; in CreateThreadWithUpdatedMaps() local310 new_thread.maps.reset(new MapSet); in CreateThreadWithUpdatedMaps()311 new_thread.maps->version = thread.maps->version; in CreateThreadWithUpdatedMaps()329 new_thread.maps->maps[p.first] = map; in CreateThreadWithUpdatedMaps()331 return new_thread; in CreateThreadWithUpdatedMaps()
1356 auto new_thread = std::thread{PropertyServiceThread}; in StartPropertyService()1357 property_service_thread.swap(new_thread); in StartPropertyService()