]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/thread_set_special_port.html
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / man / thread_set_special_port.html
index 251d27536d32e7a31bfc0ae3155b3adb3b3899b6..9fa9605b87930d67b86fe8a1b6cb55405f42b179 100644 (file)
@@ -33,8 +33,8 @@ The special port to be set.  Valid values are:
 <dt> <strong>THREAD_KERNEL_PORT</strong>
 <dd>
 [thread-self port] The thread's kernel port.  Used by the kernel 
-to receive messages from the thread.  This is the port returned 
-by <strong>mach_thread_self</strong>.
+to receive messages from the thread.  This is the movable
+port for the thread and different from <strong>mach_thread_self</strong>(immovable).
 </dl>
 <p>
 <dt> <var>special_port</var>