OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_info_data
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
BenchSysTimer_mach.cpp
21
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/base/
process_util_mac.mm
395
task_thread_times_info
thread_info_data
;
399
reinterpret_cast<task_info_t>(&
thread_info_data
),
413
TIME_VALUE_TO_TIMEVAL(&
thread_info_data
.user_time, &user_timeval);
414
TIME_VALUE_TO_TIMEVAL(&
thread_info_data
.system_time, &system_timeval);
Completed in 249 milliseconds