X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/osfmk/man/task_set_info.html diff --git a/osfmk/man/task_set_info.html b/osfmk/man/task_set_info.html old mode 100755 new mode 100644 index 935cc2c66..3a8e3a466 --- a/osfmk/man/task_set_info.html +++ b/osfmk/man/task_set_info.html @@ -1 +1,44 @@ -
Function - Set task-specific information state.
#include<task_info.h> kern_return_t task_set_info (task_t target_task, task_flavor_t flavor, task_info_t task_info);
The task_set_info interface provides the caller with the means to set the target task's user_data field. This field may be used to specify arbitrarily task-specific data.
Currently, this interface is used exclusively to provide freshly colocated user tasks with the short-circuited RPC glue vector.
Only generic values apply.
\ No newline at end of file +
+Function - Set task-specific information state. +
+#include<task_info.h> + +kern_return_t task_set_info + (task_t target_task, + task_flavor_t flavor, + task_info_t task_info); ++
+
+
+
+The task_set_info interface provides the caller with +the means to set the target task's user_data field. This +field may be used to specify arbitrarily task-specific data. +
+Currently, this interface is used exclusively to provide freshly +colocated user tasks with the short-circuited RPC glue vector. +
+Only generic values apply. +