OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_info_data
(Results
1 - 3
of
3
) 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_org/base/process/
process_metrics_mac.cc
225
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);
/external/chromium_org/base/time/
time_mac.cc
76
thread_basic_info_data_t
thread_info_data
;
86
reinterpret_cast<thread_info_t>(&
thread_info_data
),
90
return (
thread_info_data
.user_time.seconds *
92
thread_info_data
.user_time.microseconds;
Completed in 376 milliseconds