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 @@ -

mach_thread_self


System Trap - Returns the thread self port.

SYNOPSIS

#include

thread_port_t   mach_thread_self( void );

PARAMETERS

None.

DESCRIPTION

The mach_thread_self function returns send rights to the thread's own kernel port.

RETURN VALUES

[thread-self send right] Send rights to the thread's port.

RELATED INFORMATION

Functions: thread_info, thread_set_special_port. \ No newline at end of file +

mach_thread_self

+
+

+System Trap - Returns the thread self port. + +

SYNOPSIS

+

+#include +

+thread_port_t   mach_thread_self( void );
+
+

PARAMETERS

+

+None. +

DESCRIPTION

+

+The mach_thread_self function returns send rights +to the thread's own kernel port. +

RETURN VALUES

+

+[thread-self send right] Send rights to the thread's port. +

RELATED INFORMATION

+

+Functions: +thread_info, +thread_set_special_port. +