Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.cc69 jobject sys_thread_group = runtime->GetSystemThreadGroup(); in GetTopThreadGroups() local
70 if (sys_thread_group == nullptr) { in GetTopThreadGroups()
83 reinterpret_cast<JNIEnv*>(art::Thread::Current()->GetJniEnv())->NewLocalRef(sys_thread_group); in GetTopThreadGroups()