Lines Matching refs:tasks
160 task_array_t tasks; variable
175 T_ASSERT_MACH_SUCCESS(processor_set_tasks(pset, &tasks, &tcnt), NULL);
178 attempt_kernel_inspection(tasks[j]);
179 mach_port_deallocate(self, tasks[j]);
184 (mach_vm_address_t)(uintptr_t)tasks,
185 tcnt * sizeof(*tasks));
188 …T_ASSERT_MACH_SUCCESS(processor_set_tasks_with_flavor(pset, TASK_FLAVOR_READ, &tasks, &tcnt), NULL…
191 attempt_kernel_inspection(tasks[j]);
192 mach_port_deallocate(self, tasks[j]);
196 (mach_vm_address_t)(uintptr_t)tasks,
197 tcnt * sizeof(*tasks));