Searched defs:thread_group (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | thread.cc | 375 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, in Attach() 423 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer() 481 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer() 766 mirror::Object* thread_group = in DumpState() local
|
D | debugger.cc | 2028 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id); in DecodeThreadGroup() local 2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local 2066 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local 2083 static void GetChildThreadGroups(ScopedObjectAccessUnchecked& soa, mirror::Object* thread_group, in GetChildThreadGroups() 2110 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local 2242 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
|
D | runtime.cc | 1096 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
|
D | jni_internal.cc | 329 jobject thread_group = nullptr; in JII_AttachCurrentThread() local
|