X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/processor_set_destroy.html diff --git a/osfmk/man/processor_set_destroy.html b/osfmk/man/processor_set_destroy.html old mode 100755 new mode 100644 index 4ee623e85..47f9a483a --- a/osfmk/man/processor_set_destroy.html +++ b/osfmk/man/processor_set_destroy.html @@ -1 +1,36 @@ -

processor_set_destroy


Function - Destroy the target processor set object.

SYNOPSIS

kern_return_t	processor_set_destroy
		(processor_set_t	processor_set);

PARAMETERS

processor_set
[in processor-set-control send right] The control port for the processor set to be destroyed.

DESCRIPTION

The processor_set_destroy function destroys the specified processor set. Any assigned processors, tasks or threads are re-assigned to the default set. The object port (not the name port) for the processor set is required.

RETURN VALUES

KERN_DEFAULT_SET
An attempt was made to destroy the default processor set.

RELATED INFORMATION

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

processor_set_destroy

+
+

+Function - Destroy the target processor set object. +

SYNOPSIS

+
+kern_return_t	processor_set_destroy
+		(processor_set_t	processor_set);
+
+

PARAMETERS

+
+
processor_set +
+[in processor-set-control send right] +The control port for the processor +set to be destroyed. +
+

DESCRIPTION

+

+The processor_set_destroy function destroys the specified +processor set. Any +assigned processors, tasks or threads are re-assigned to the default set. The +object port (not the name port) for the processor set is required. +

RETURN VALUES

+
+
KERN_DEFAULT_SET +
+An attempt was made to destroy the default processor set. +
+

RELATED INFORMATION

+

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