Searched refs:GetTaskStats (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu); in ThreadStatsGetterCallback()
|
/art/runtime/ |
D | utils.h | 329 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu);
|
D | utils.cc | 958 void GetTaskStats(pid_t tid, char& state, int& utime, int& stime, int& task_cpu) { in GetTaskStats() function
|
D | thread.cc | 760 GetTaskStats(tid, native_thread_state, utime, stime, task_cpu); in DumpState()
|