Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp1446 auto new_thread = std::thread([this]() -> void { Work(); }); in PersistWriteThread() local
1447 thread_.swap(new_thread); in PersistWriteThread()
1507 auto new_thread = std::thread{PropertyServiceThread}; in StartPropertyService()
1508 property_service_thread.swap(new_thread); in StartPropertyService()