Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp202 std::thread{&AsyncRestorecon::ThreadFunction, this}.detach(); in TriggerRestorecon()
207 void ThreadFunction() { in ThreadFunction() function in android::init::AsyncRestorecon