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 122 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
  /art/runtime/
utils.h 467 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu);
utils.cc 1023 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) {
    [all...]
thread.cc 837 GetTaskStats(tid, &native_thread_state, &utime, &stime, &task_cpu);
    [all...]

Completed in 236 milliseconds