Searched refs:thread_info_data (Results 1 – 3 of 3) sorted by relevance
80 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks()90 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()95 thread_info_data.user_time.seconds); in ComputeThreadTicks()97 absolute_micros += thread_info_data.user_time.microseconds; in ComputeThreadTicks()
260 task_thread_times_info thread_info_data; in GetCPUUsage() local264 reinterpret_cast<task_info_t>(&thread_info_data), in GetCPUUsage()278 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCPUUsage()279 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); in GetCPUUsage()
110 thread_basic_info_data_t thread_info_data = {};116 (thread_info_t)&thread_info_data,120 100.f * (float)thread_info_data.cpu_usage / TH_USAGE_SCALE;