Searched refs:thread_info_data (Results 1 – 1 of 1) sorted by relevance
45 thread_basic_info_data_t thread_info_data; in ComputeThreadTicks() local49 reinterpret_cast<thread_info_t>(&thread_info_data), in ComputeThreadTicks()54 CHECK_LE(thread_info_data.user_time.seconds, in ComputeThreadTicks()56 thread_info_data.system_time.seconds); in ComputeThreadTicks()58 thread_info_data.user_time.seconds + thread_info_data.system_time.seconds; in ComputeThreadTicks()67 micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()68 thread_info_data.system_time.microseconds); in ComputeThreadTicks()