Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc732 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group, in Attach()
808 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { in CreatePeer()
869 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer()
1244 mirror::Object* thread_group = in DumpState() local
Ddebugger.cc2007 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup() local
2030 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName() local
2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent() local
2063 static void GetChildThreadGroups(ScopedObjectAccessUnchecked& soa, mirror::Object* thread_group, in GetChildThreadGroups()
2097 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren() local
2230 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
Djava_vm_ext.cc389 jobject thread_group = nullptr; in AttachCurrentThreadInternal() local
Druntime.cc1495 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()