OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_info_count
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
BenchSysTimer_mach.cpp
22
mach_msg_type_number_t
thread_info_count
= TASK_THREAD_TIMES_INFO_COUNT;
local
26
&
thread_info_count
))
/external/chromium_org/base/process/
process_metrics_mac.cc
226
mach_msg_type_number_t
thread_info_count
= TASK_THREAD_TIMES_INFO_COUNT;
local
230
&
thread_info_count
);
Completed in 225 milliseconds