X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/osfmk/man/processor_get_assignment.html?ds=inline diff --git a/osfmk/man/processor_get_assignment.html b/osfmk/man/processor_get_assignment.html old mode 100755 new mode 100644 index d733ed364..933006750 --- a/osfmk/man/processor_get_assignment.html +++ b/osfmk/man/processor_get_assignment.html @@ -1 +1,40 @@ -

processor_get_assignment


Function - Get current assignment for a processor.

SYNOPSIS

kern_return_t	processor_get_assignment
		(processor_t	processor,
		processor_set_name_t	assigned_set);

PARAMETERS

processor
[in processor send right] The processor whose assignment is desired.
new_set
[out processor-set-name send right] The name port for the processor set to which processor is currently assigned.

DESCRIPTION

The processor_get_assignment function returns the name port for the processor set to which a desired processor is currently assigned.

RETURN VALUES

KERN_FAILURE
Processor is either shut down of off-line.

RELATED INFORMATION

Functions: processor_assign, processor_set_create, processor_info, task_assign, thread_assign. \ No newline at end of file +

processor_get_assignment

+
+

+Function - Get current assignment for a processor. +

SYNOPSIS

+
+kern_return_t	processor_get_assignment
+		(processor_t	processor,
+		processor_set_name_t	assigned_set);
+
+

PARAMETERS

+
+
processor +
+[in processor send right] +The processor whose assignment is desired. +
new_set +
+[out processor-set-name send right] +The name port for the processor +set to which processor is currently assigned. +
+

DESCRIPTION

+

+The processor_get_assignment function returns the name port for the +processor set to which a desired processor is currently assigned. +

RETURN VALUES

+
+
KERN_FAILURE +
+Processor is either shut down of off-line. +
+

RELATED INFORMATION

+

+Functions: +processor_assign, +processor_set_create, +processor_info, +task_assign, +thread_assign.