X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/thread_assign.html diff --git a/osfmk/man/thread_assign.html b/osfmk/man/thread_assign.html old mode 100755 new mode 100644 index a5e767eb0..fc10265ad --- a/osfmk/man/thread_assign.html +++ b/osfmk/man/thread_assign.html @@ -1 +1,42 @@ -
Function - Assign a thread to a processor set.
kern_return_t thread_assign (thread_act_t thread, processor_set_t processor_set);
The thread_assign function assigns thread to the set processor_set. After the assignment is completed, the thread executes only on processors that are assigned to that processor set. Any previous assignment of the thread is nullified.
Only generic errors apply.
Functions: thread_assign_default, thread_get_assignment, processor_set_create, processor_set_info, task_assign. \ No newline at end of file +
+Function - Assign a thread to a processor set. +
+kern_return_t thread_assign + (thread_act_t thread, + processor_set_t processor_set); ++
+
+
+The thread_assign function assigns thread to the set +processor_set. After the +assignment is completed, the thread executes only on processors +that are assigned +to that processor set. Any previous assignment of the thread is nullified. +
+Only generic errors apply. +
+Functions: +thread_assign_default, +thread_get_assignment, +processor_set_create, +processor_set_info, +task_assign.