X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/processor_set_tasks.html diff --git a/osfmk/man/processor_set_tasks.html b/osfmk/man/processor_set_tasks.html old mode 100755 new mode 100644 index 7f2827eed..01c3eaec9 --- a/osfmk/man/processor_set_tasks.html +++ b/osfmk/man/processor_set_tasks.html @@ -1 +1,41 @@ -

processor_set_tasks


Function - Return a list of pointers to all tasks currently assigned to the target processor set.

SYNOPSIS

kern_return_t	processor_set_tasks
		(processor_set_t	processor_set,
		task_port_array_t	task_list,
		mach_msg_type_number_t*	task_count);

PARAMETERS

processor_set
[in processor-set-control send right] A processor set control port for which information is desired.
task_list
[out pointer to dynamic array of task send rights] The returned set of ports naming the tasks currently assigned to processor_set.
task_count
[out scalar] The number of tasks returned in task_list.

DESCRIPTION

The processor_set_tasks function returns send rights to the kernel ports for each task currently assigned to processor_set.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: processor_set_threads, task_assign, thread_assign. \ No newline at end of file +

processor_set_tasks

+
+

+Function - Return a list of pointers to all tasks currently assigned to the target processor set. +

SYNOPSIS

+
+kern_return_t	processor_set_tasks
+		(processor_set_t	processor_set,
+		task_port_array_t	task_list,
+		mach_msg_type_number_t*	task_count);
+
+

PARAMETERS

+
+
processor_set +
+[in processor-set-control send right] +A processor set control port for +which information is desired. +
task_list +
+[out pointer to dynamic array of task send rights] +The returned set of +ports naming the tasks currently assigned to processor_set. +
task_count +
+[out scalar] +The number of tasks returned in task_list. +
+

DESCRIPTION

+

+The processor_set_tasks function returns send rights +to the kernel ports for each task currently assigned to processor_set. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +processor_set_threads, +task_assign, +thread_assign.