Searched defs:info_count (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc154 mach_msg_type_number_t info_count = VM_REGION_TOP_INFO_COUNT; local
161 &info_count,
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc230 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/darwin-threads/
H A Dexamine-threads.c364 unsigned int info_count = TASK_BASIC_INFO_COUNT; local
366 kr = task_info (task, TASK_BASIC_INFO, (task_info_t) &info, &info_count);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp285 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);
H A DMachVMMemory.cpp41 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...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3465 mach_msg_type_number_t info_count local
3469 (vm_region_info_t)&info, &info_count);

Completed in 399 milliseconds