X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/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 @@ -
Function - Return the default processor set.
kern_return_t processor_set_default (host_t host, processor_set_name_t default_set_name);
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.
Only generic errors apply.
Functions: processor_set_info, thread_assign, task_assign. \ No newline at end of file +
+Function - Return the default processor set. +
+kern_return_t processor_set_default + (host_t host, + processor_set_name_t default_set_name); ++
+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. +
+Only generic errors apply. +
+Functions: +processor_set_info, +thread_assign, +task_assign.