Searched defs:thread_group (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/test/169-threadgroup-jni/ |
H A 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()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_threadgroup.cc | 171 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 D | agent_thread.cc | 118 ScopedLocalRef<jobject> thread_group(env, cur_thread_info.thread_group); in Java_art_Test931_testAgentThread() local
|
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | performance_service.cpp | 274 Task thread_group{task.thread_group_id()}; in OnSetSchedulerPolicy() local
|
/aosp12/art/runtime/ |
H A D | thread.cc | 1041 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 D | runtime.cc | 2327 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
/aosp12/art/runtime/jni/ |
H A D | java_vm_ext.cc | 456 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
/aosp12/art/openjdkjvmti/include/ |
H A D | jvmti.h | 522 jthreadGroup thread_group; member
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 6555 optional ThreadGroup thread_group = 1; field
|