HomeSort by relevance Sort by last modified time
    Searched refs:info_count (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 230 mach_msg_type_number_t info_count = HOST_CPU_LOAD_INFO_COUNT; local
233 &info_count);
320 mach_msg_type_number_t info_count = TASK_THREAD_TIMES_INFO_COUNT; local
324 &info_count)) {
331 info_count = TASK_BASIC_INFO_COUNT;
334 &info_count)) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 41 mach_msg_type_number_t info_count = TASK_VM_INFO_COUNT; local
43 kr = task_info (task, TASK_VM_INFO, (task_info_t) &vm_info, &info_count);
241 mach_msg_type_number_t info_count; local
244 info_count = TASK_VM_INFO_COUNT;
246 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
248 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
472 mach_msg_type_number_t info_count; local
489 info_count = TASK_VM_INFO_COUNT;
491 kr = task_info(task, TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &info_count);
493 kr = task_info(task, TASK_VM_INFO, (task_info_t)&vm_info, &info_count);
    [all...]
MachThread.cpp 285 unsigned int info_count = THREAD_BASIC_INFO_COUNT; local
286 kern_return_t err = ::thread_info (thread, THREAD_BASIC_INFO, (thread_info_t) basicInfoPtr, &info_count);
  /external/chromium_org/base/process/
process_metrics_mac.cc 154 mach_msg_type_number_t info_count = VM_REGION_TOP_INFO_COUNT; local
161 &info_count,
  /external/lldb/tools/darwin-threads/
examine-threads.c 364 unsigned int info_count = TASK_BASIC_INFO_COUNT; local
366 kr = task_info (task, TASK_BASIC_INFO, (task_info_t) &info, &info_count);

Completed in 458 milliseconds