Home
last modified time | relevance | path

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

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