X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..refs/heads/master:/osfmk/man/processor_set_default.html diff --git a/osfmk/man/processor_set_default.html b/osfmk/man/processor_set_default.html old mode 100755 new mode 100644 index 6dee1b195..21a249a77 --- a/osfmk/man/processor_set_default.html +++ b/osfmk/man/processor_set_default.html @@ -1 +1,39 @@ -

processor_set_default


Function - Return the default processor set.

SYNOPSIS

kern_return_t	processor_set_default
		(host_t	host,
		processor_set_name_t	default_set_name);

PARAMETERS

host
[in host-name send right] The name (or control) port for the host for which the default processor set is desired.
default_set_name
[out processor-set-name send right] The returned name port for the default processor set.

DESCRIPTION

The processor_set_default function returns the name port for the default processor set for the specified host. The default processor set is used by all threads, tasks and processors that are not explicitly assigned to other sets.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

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

processor_set_default

+
+

+Function - Return the default processor set. +

SYNOPSIS

+
+kern_return_t	processor_set_default
+		(host_t	host,
+		processor_set_name_t	default_set_name);
+
+

PARAMETERS

+
+
host +
+[in host-name send right] +The name (or control) port for the host for +which the default processor set is desired. +
default_set_name +
+[out processor-set-name send right] +The returned name port for the +default processor set. +
+

DESCRIPTION

+

+The processor_set_default function returns the name +port for the default +processor set for the specified host. The default processor +set is used by all threads, +tasks and processors that are not explicitly assigned to other sets. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +processor_set_info, +thread_assign, +task_assign.