Home
last modified time | relevance | path

Searched refs:thread_info_data (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/timer/
DSysTimer_mach.cpp16 task_thread_times_info thread_info_data; in mac_cpu_time() local
20 reinterpret_cast<task_info_t>(&thread_info_data), in mac_cpu_time()
26 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time) in mac_cpu_time()
27 return thread_info_data.user_time; in mac_cpu_time()