Searched refs:GetSystemThreadGroup (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 185 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 146 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
|
D | runtime.h | 299 EXPORT jobject GetSystemThreadGroup() const;
|
D | runtime.cc | 360 GetSystemThreadGroup(), in ~Runtime() 2387 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
D | trace.cc | 543 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
/art/runtime/metrics/ |
D | reporter.cc | 124 runtime_->GetSystemThreadGroup(), in BackgroundThreadRun()
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
|
/art/runtime/jit/ |
D | profile_saver.cc | 939 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 1210 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()
|