Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp1494 auto new_thread = std::thread([this]() -> void { Work(); }); in PersistWriteThread() local
1544 auto new_thread = std::thread(PropertyServiceThread, fd, listen_init); in StartThread() local