Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp1308 static void PropertyServiceThread() { in PropertyServiceThread() function
1356 auto new_thread = std::thread{PropertyServiceThread}; in StartPropertyService()