X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/thread_set_special_port.html diff --git a/osfmk/man/thread_set_special_port.html b/osfmk/man/thread_set_special_port.html old mode 100755 new mode 100644 index 5359a6fae..9fa9605b8 --- a/osfmk/man/thread_set_special_port.html +++ b/osfmk/man/thread_set_special_port.html @@ -1 +1,59 @@ -
Function - Set caller-specified special port belonging to the target thread.
kern_return_t thread_set_special_port (thread_act_t thread, int which_port, mach_port_t special_port);
kern_return_t thread_set_kernel_port (thread_act_t thread, mach_port_t special_port);
The thread_set_special_port function sets a special port belonging to thread.
Only generic errors apply.
Functions: mach_thread_self, task_get_special_port, task_set_special_port, thread_create, thread_get_special_port. \ No newline at end of file +
+Function - Set caller-specified special port belonging to the target thread. +
+kern_return_t thread_set_special_port + (thread_act_t thread, + int which_port, + mach_port_t special_port); ++ +
+kern_return_t thread_set_kernel_port + (thread_act_t thread, + mach_port_t special_port); ++
+
+
+
+
+The thread_set_special_port function sets a special +port belonging to thread. +
+Only generic errors apply. +
+Functions: +mach_thread_self, +task_get_special_port, +task_set_special_port, +thread_create, +thread_get_special_port.