Lines Matching refs:child_task
578 mach_port_name_t child_task; in test_task_basic_info() local
665 kr = task_for_pid(mach_task_self(), child_pid, &child_task); in test_task_basic_info()
672 kr = task_info(child_task, flavor, info_data[AFTER], &count); in test_task_basic_info()
678 kr = task_resume(child_task); in test_task_basic_info()
784 mach_port_name_t child_task; variable
812 kr = task_for_pid(mach_task_self(), child_pid, &child_task);
819 kr = task_info(child_task, flavor, info_data, &count);
825 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
867 mach_port_name_t child_task; variable
902 kr = task_for_pid(mach_task_self(), child_pid, &child_task);
905 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
911 kr = task_suspend2(child_task, &child_token);
914 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
924 kr = task_info(child_task, flavor, info_data, &count);
933 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
943 kr = task_resume(child_task);