X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/thread_get_assignment.html diff --git a/osfmk/man/thread_get_assignment.html b/osfmk/man/thread_get_assignment.html index ad6c4171c..c29410d09 100755 --- a/osfmk/man/thread_get_assignment.html +++ b/osfmk/man/thread_get_assignment.html @@ -1 +1,40 @@ -
Function - Return the processor set to which a thread is assigned.
kern_return_t thread_get_assignment (thread_act_t thread, processor_set_name_t processor_set);
The thread_get_assignment function returns the name port to the processor set to which thread is currently assigned. This port can only be used to obtain information about the processor set.
Only generic errors apply.
Functions: thread_assign, thread_assign_default, processor_set_create, processor_set_info, task_assign. \ No newline at end of file +
+Function - Return the processor set to which a thread is assigned. +
+kern_return_t thread_get_assignment + (thread_act_t thread, + processor_set_name_t processor_set); ++
+
+
+The thread_get_assignment function returns the name +port to the processor set to which thread is currently assigned. +This port can only be used to obtain information about the processor set. +
+Only generic errors apply. +
+Functions: +thread_assign, +thread_assign_default, +processor_set_create, +processor_set_info, +task_assign.