Home
last modified time | relevance | path

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

/aosp12/art/test/169-threadgroup-jni/
H A 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()
/aosp12/art/openjdkjvmti/
H A Dti_threadgroup.cc171 static void GetThreads(art::Handle<art::mirror::Object> thread_group, in GetThreads()
191 static void GetChildThreadGroups(art::Handle<art::mirror::Object> thread_group, in GetChildThreadGroups()
234 art::Handle<art::mirror::Object> thread_group = hs.NewHandle( in GetThreadGroupChildren() local
/aosp12/art/test/931-agent-thread/
H A Dagent_thread.cc118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
/aosp12/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp274 Task thread_group{task.thread_group_id()}; in OnSetSchedulerPolicy() local
/aosp12/art/runtime/
H A Dthread.cc1041 jobject thread_group, in Attach()
1094 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
1168 jobject thread_group) { in CreateCompileTimePeer()
1220 jobject thread_group, in InitPeer()
1844 ObjPtr<mirror::Object> thread_group = in DumpState() local
2277 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup()
H A Druntime.cc2327 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc456 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h522 jthreadGroup thread_group; member
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto6555 optional ThreadGroup thread_group = 1; field