Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp225 if (!thread_started_) { in TriggerRestorecon()
226 thread_started_ = true; in TriggerRestorecon()
247 thread_started_ = false; in ThreadFunction()
252 bool thread_started_ = false; member in android::init::AsyncRestorecon