Searched defs:thread_info_data (Results 1 - 2 of 2) sorted by relevance

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

Completed in 1139 milliseconds