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

  /frameworks/native/services/vr/performanced/
performance_service.h 61 else if (!task || task.thread_group_id() != sender.GetProcessId())
task.h 31 pid_t thread_group_id() const { return thread_group_id_; } function in class:android::dvr::Task
performance_service.cpp 75 return sender.GetProcessId() == task.thread_group_id();
252 Task thread_group{task.thread_group_id()};
259 task.thread_group_id(), task_id);
305 if (!task || task.thread_group_id() != message.GetProcessId())
362 if (!task || task.thread_group_id() != message.GetProcessId())
cpu_set.cpp 180 task.thread_group_id(), task.parent_process_id());
  /art/runtime/jdwp/
jdwp_handler.cc 211 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); local
212 expandBufAddObjectId(pReply, thread_group_id);
1129 ObjectId thread_group_id = request->ReadThreadGroupId(); local
1139 ObjectId thread_group_id = request->ReadThreadGroupId(); local
1149 ObjectId thread_group_id = request->ReadThreadGroupId(); local
    [all...]
  /art/runtime/
debugger.h 433 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
436 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
439 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
455 // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0,
    [all...]
debugger.cc 2059 JDWP::ObjectId thread_group_id = gRegistry->Add(group); local
    [all...]

Completed in 76 milliseconds