Searched refs:task_cpu (Results 1 - 4 of 4) sorted by relevance

/art/libartbase/base/
H A Dutils.cc148 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { argument
149 *utime = *stime = *task_cpu = 0;
163 *task_cpu = strtoull(fields[36].c_str(), nullptr, 10);
H A Dutils.h88 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu);
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc129 int task_cpu; local
130 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
/art/runtime/
H A Dthread.cc1729 int task_cpu = 0; local
1730 GetTaskStats(tid, &native_thread_state, &utime, &stime, &task_cpu);
1736 << " core=" << task_cpu

Completed in 104 milliseconds