Lines Matching refs:task_cpu
1023 void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) {1024 *utime = *stime = *task_cpu = 0;1037 *task_cpu = strtoull(fields[36].c_str(), NULL, 10);