Searched defs:thread_group (Results 1 – 6 of 6) sorted by relevance
/art/test/169-threadgroup-jni/ |
D | jni_daemon_thread.cc | 30 jobject thread_group = reinterpret_cast<jobject>(arg); in Runner() local 52 JNIEnv* env, jclass, jobject thread_group) { in Java_Main_testNativeThread()
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 168 static void GetThreads(art::Handle<art::mirror::Object> thread_group, in GetThreads() 188 static void GetChildThreadGroups(art::Handle<art::mirror::Object> thread_group, in GetChildThreadGroups() 232 art::Handle<art::mirror::Object> thread_group = hs.NewHandle( in GetThreadGroupChildren() local
|
/art/test/931-agent-thread/ |
D | agent_thread.cc | 118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
|
/art/runtime/ |
D | debugger.cc | 2111 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local 2135 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local 2152 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local 2168 static void GetChildThreadGroups(mirror::Object* thread_group, in GetChildThreadGroups() 2202 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local 2337 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 447 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 522 jthreadGroup thread_group; member
|