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

/external/skia/bench/
H A DBenchSysTimer_mach.cpp21 task_thread_times_info thread_info_data; local
25 reinterpret_cast<task_info_t>(&thread_info_data),
32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
33 return thread_info_data.user_time;
/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc225 task_thread_times_info thread_info_data; local
229 reinterpret_cast<task_info_t>(&thread_info_data),
243 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
244 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval);

Completed in 468 milliseconds