Searched refs:GetSystemThreadGroup (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | signal_catcher.cc | 176 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(), in Run()
|
D | thread_pool.cc | 109 worker->thread_pool_->create_peers_ ? runtime->GetSystemThreadGroup() : nullptr, in Callback()
|
D | runtime.h | 257 jobject GetSystemThreadGroup() const;
|
D | trace.cc | 277 CHECK(runtime->AttachCurrentThread("Sampling Profiler", true, runtime->GetSystemThreadGroup(), in RunSamplingThread()
|
D | runtime.cc | 329 GetSystemThreadGroup(), in ~Runtime() 1954 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup() function in art::Runtime
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 711 runtime->GetSystemThreadGroup(), /*create_peer=*/ false)) { in ArtPlugin_Initialize()
|
/art/runtime/jit/ |
D | profile_saver.cc | 663 runtime->GetSystemThreadGroup(), in RunProfileSaverThread()
|