X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..ecc0ceb4089d506a0b8d16686a95817b331af9cb:/osfmk/man/mach_thread_self.html diff --git a/osfmk/man/mach_thread_self.html b/osfmk/man/mach_thread_self.html old mode 100755 new mode 100644 index 6472709d7..c4eec79d3 --- a/osfmk/man/mach_thread_self.html +++ b/osfmk/man/mach_thread_self.html @@ -1 +1,27 @@ -
System Trap - Returns the thread self port.
#include
thread_port_t mach_thread_self( void );
None.
The mach_thread_self function returns send rights to the thread's own kernel port.
[thread-self send right] Send rights to the thread's port.
Functions: thread_info, thread_set_special_port. \ No newline at end of file +
+System Trap - Returns the thread self port. + +
+#include
+thread_port_t mach_thread_self( void ); ++
+None. +
+The mach_thread_self function returns send rights +to the thread's own kernel port. +
+[thread-self send right] Send rights to the thread's port. +
+Functions: +thread_info, +thread_set_special_port. +