HomeSort by relevance Sort by last modified time
    Searched defs:thread_info_count (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/process/
process_metrics_mac.cc 261 mach_msg_type_number_t thread_info_count = TASK_THREAD_TIMES_INFO_COUNT; local
265 &thread_info_count);
  /external/v8/src/base/platform/
time.cc 34 mach_msg_type_number_t thread_info_count = THREAD_BASIC_INFO_COUNT; local
40 &thread_info_count);

Completed in 75 milliseconds