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

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 112 int utime, stime, task_cpu; local
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) {
959 utime = stime = task_cpu = 0;
972 task_cpu = strtoull(fields[36].c_str(), NULL, 10);
    [all...]
thread.cc 759 int task_cpu = 0; local
760 GetTaskStats(tid, native_thread_state, utime, stime, task_cpu);
766 << " core=" << task_cpu
    [all...]
  /external/kernel-headers/original/linux/
sched.h 1489 static inline unsigned int task_cpu(const struct task_struct *p) function
1501 static inline unsigned int task_cpu(const struct task_struct *p) function
    [all...]

Completed in 1202 milliseconds