Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp126 static std::thread property_service_thread; variable
1561 StartThread(PROP_SERVICE_NAME, 0666, 0, property_service_thread, false); in StartPropertyService()