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

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu);
  /art/runtime/
utils.h 329 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu);
utils.cc 958 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu) {
    [all...]
thread.cc 760 GetTaskStats(tid, native_thread_state, utime, stime, task_cpu);
    [all...]

Completed in 131 milliseconds