Searched refs:thread_info_data (Results 1 – 2 of 2) sorted by relevance
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;
35 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local39 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()44 thread_info_data.user_time.seconds + in ComputeThreadTicks()45 thread_info_data.system_time.seconds); in ComputeThreadTicks()47 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()48 thread_info_data.system_time.microseconds); in ComputeThreadTicks()