HomeSort by relevance Sort by last modified time
    Searched defs:thread_group (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread.cc 375 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group,
404 self->CreatePeer(thread_name, as_daemon, thread_group);
423 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) {
428 if (thread_group == nullptr) {
429 thread_group = runtime->GetMainThreadGroup();
451 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
468 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
470 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
481 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,
486 SetObject<kTransactionActive>(tlsPtr_.opeer, soa.Decode<mirror::Object*>(thread_group));
766 mirror::Object* thread_group = local
    [all...]
jni_internal.cc 329 jobject thread_group = nullptr; local
338 thread_group = args->group;
341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
    [all...]
debugger.cc 2028 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id); local
2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
2066 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
2110 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); local
    [all...]

Completed in 83 milliseconds