Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp309 ThreadEntry new_thread = thread; in CreateThreadWithUpdatedMaps() local
310 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()
/system/core/init/
Dproperty_service.cpp1356 auto new_thread = std::thread{PropertyServiceThread}; in StartPropertyService()
1357 property_service_thread.swap(new_thread); in StartPropertyService()