Home
last modified time | relevance | path

Searched defs:thread_group (Results 1 – 8 of 8) sorted by relevance

/art/test/169-threadgroup-jni/
Djni_daemon_thread.cc30 jobject thread_group = reinterpret_cast<jobject>(arg); in Runner() local
52 JNIEnv* env, jclass, jobject thread_group) { in Java_Main_testNativeThread()
/art/openjdkjvmti/
Dti_threadgroup.cc168 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/
Dagent_thread.cc118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
/art/runtime/
Dthread.cc833 jobject thread_group, in Attach()
883 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
956 jobject thread_group) { in CreateCompileTimePeer()
1008 jobject thread_group, in InitPeer()
1644 ObjPtr<mirror::Object> thread_group = in DumpState() local
2073 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup()
Ddebugger.cc2144 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local
2168 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local
2185 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local
2201 static void GetChildThreadGroups(mirror::Object* thread_group, in GetChildThreadGroups()
2235 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local
2369 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
Djava_vm_ext.cc418 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
Druntime.cc1915 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
/art/openjdkjvmti/include/
Djvmti.h522 jthreadGroup thread_group; member