Home
last modified time | relevance | path

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

/art/runtime/
Dsignal_catcher.cc185 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
Dthread_pool.cc146 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
Druntime.h299 EXPORT jobject GetSystemThreadGroup() const;
Druntime.cc360 GetSystemThreadGroup(), in ~Runtime()
2387 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
Dtrace.cc543 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
/art/runtime/metrics/
Dreporter.cc124 runtime_->GetSystemThreadGroup(), in BackgroundThreadRun()
/art/openjdkjvmti/
Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
/art/runtime/jit/
Dprofile_saver.cc939 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
/art/perfetto_hprof/
Dperfetto_hprof.cc1210 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()