Home
last modified time | relevance | path

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

/aosp12/art/runtime/metrics/
H A Dreporter.h130 static constexpr const char* kBackgroundThreadName = "Metrics Background Reporting Thread"; variable
H A Dreporter.cc121 const bool attached = runtime_->AttachCurrentThread(kBackgroundThreadName, in BackgroundThreadRun()
/aosp12/art/openjdkjvmti/
H A Dti_thread.cc132 name != art::metrics::MetricsReporter::kBackgroundThreadName && in ThreadStart()