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