X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/processor_set_threads.html diff --git a/osfmk/man/processor_set_threads.html b/osfmk/man/processor_set_threads.html old mode 100755 new mode 100644 index 7bdfb6626..0af5f9c51 --- a/osfmk/man/processor_set_threads.html +++ b/osfmk/man/processor_set_threads.html @@ -1 +1,41 @@ -
Function - Return a list of pointers to all threads currently assigned to the target processor set.
kern_return_t processor_set_threads (processor_set_t processor_set, thread_port_array_t thread_list, mach_msg_type_number_t* thread_count);
The processor_set_threads function returns send rights to the kernel ports for each thread currently assigned to processor_set.
Only generic errors apply.
Functions: processor_set_tasks, task_assign, thread_assign. \ No newline at end of file +
+Function - Return a list of pointers to all threads currently assigned to the target processor set. +
+kern_return_t processor_set_threads + (processor_set_t processor_set, + thread_port_array_t thread_list, + mach_msg_type_number_t* thread_count); ++
+The processor_set_threads function returns send rights +to the kernel ports for each thread currently assigned to processor_set. +
+Only generic errors apply. +
+Functions: +processor_set_tasks, +task_assign, +thread_assign.