Searched refs:task_times_info (Results 1 – 1 of 1) sorted by relevance
319 task_thread_times_info task_times_info; in GetProcessLoad() local323 reinterpret_cast<task_info_t>(&task_times_info), in GetProcessLoad()339 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) + in GetProcessLoad()340 TimeValueTToInt64(task_times_info.system_time) + in GetProcessLoad()