Searched defs:thread_info_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/timer/
H A DSysTimer_mach.cpp17 mach_msg_type_number_t thread_info_count = TASK_THREAD_TIMES_INFO_COUNT; local
21 &thread_info_count)) {
/external/skia/tools/timer/
H A DSysTimer_mach.cpp17 mach_msg_type_number_t thread_info_count = TASK_THREAD_TIMES_INFO_COUNT; local
21 &thread_info_count)) {
/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc237 mach_msg_type_number_t thread_info_count = TASK_THREAD_TIMES_INFO_COUNT; local
241 &thread_info_count);
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c123 mach_msg_type_number_t thread_info_count = THREAD_INFO_MAX; local
125 (thread_info_t) thinfo, &thread_info_count);

Completed in 463 milliseconds