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

  /external/chromium_org/chrome/browser/gpu/
chrome_gpu_util.cc 120 int thread_group = trial->AppendGroup( local
125 bool thread = (trial->group() == thread_group);
  /external/kernel-headers/original/linux/
sched.h 839 struct list_head thread_group; member in struct:task_struct
    [all...]
  /art/runtime/
thread.cc 315 Thread* Thread::Attach(const char* thread_name, bool as_daemon, jobject thread_group,
344 self->CreatePeer(thread_name, as_daemon, thread_group);
356 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) {
361 if (thread_group == NULL) {
362 thread_group = runtime->GetMainThreadGroup();
380 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
398 SetObject(opeer_, soa.Decode<mirror::Object*>(thread_group));
690 mirror::Object* thread_group = local
693 if (thread_group != NULL) {
697 reinterpret_cast<mirror::String*>(group_name_field->GetObject(thread_group));
    [all...]
thread.h 101 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group,
604 void CreatePeer(const char* name, bool as_daemon, jobject thread_group);
runtime.h 247 bool AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group,
debugger.cc 1627 mirror::Object* thread_group = gRegistry->Get<mirror::Object*>(thread_group_id); local
1639 mirror::Object* thread_group = gRegistry->Get<mirror::Object*>(thread_group_id); local
1796 mirror::Object* thread_group = gRegistry->Get<mirror::Object*>(thread_group_id); local
1804 mirror::Object* thread_group = gRegistry->Get<mirror::Object*>(thread_group_id); local
    [all...]
runtime.cc     [all...]
jni_internal.cc 424 jobject thread_group = NULL; local
433 thread_group = args->group;
436 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
    [all...]

Completed in 7124 milliseconds