Searched defs:thread_group (Results 1 – 8 of 8) 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 | 101 art::Handle<art::mirror::Object> thread_group = in GetThreadGroupInfo() local 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() 225 art::Handle<art::mirror::Object> thread_group = 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 | thread.cc | 1074 jobject thread_group, in Attach() 1125 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 1190 jobject thread_group) { in CreateCompileTimePeer() 1244 ObjPtr<mirror::Object> thread_group, in InitPeer() 1981 ObjPtr<mirror::Object> thread_group = in DumpState() local 2442 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup()
|
D | runtime_callbacks_test.cc | 175 Handle<mirror::Object> thread_group = in TEST_F() local
|
D | runtime.cc | 2427 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 464 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 522 jthreadGroup thread_group; member
|