Searched refs:debug_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tests/ |
| H A D | task_info.c | 775 mach_msg_type_number_t debug_count = TASK_DEBUG_INFO_INTERNAL_COUNT; variable 825 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 858 mach_msg_type_number_t debug_count = TASK_DEBUG_INFO_INTERNAL_COUNT; variable 905 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 914 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 933 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
|