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

task_set_info


Function - Set task-specific information state.

SYNOPSIS

#include<task_info.h>

kern_return_t   task_set_info
                (task_t                             target_task,
                 task_flavor_t                           flavor,
                 task_info_t                          task_info);

PARAMETERS

target_task
The task whose information is to be set.

flavor
Specifies the type of information to be set. Currently the interface supports the setting of a single flavor: TASK_USER_DATA.

task_info
Specifies the information to be set.

DESCRIPTION

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.

NOTES

Currently, this interface is used exclusively to provide freshly colocated user tasks with the short-circuited RPC glue vector.

RETURN VALUES

Only generic values apply.

RELATED INFORMATION

\ No newline at end of file +

task_set_info

+
+

+Function - Set task-specific information state. +

SYNOPSIS

+
+#include<task_info.h>
+
+kern_return_t   task_set_info
+                (task_t                             target_task,
+                 task_flavor_t                           flavor,
+                 task_info_t                          task_info);
+
+

PARAMETERS

+
+

+

target_task +
+The task whose information is to be set. +

+

flavor +
+Specifies the type of information to be set. Currently the interface +supports the setting of a single flavor: +TASK_USER_DATA. +

+

task_info +
+Specifies the information to be set. +
+

DESCRIPTION

+

+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. +

NOTES

+

+Currently, this interface is used exclusively to provide freshly +colocated user tasks with the short-circuited RPC glue vector. +

RETURN VALUES

+

+Only generic values apply. +

RELATED INFORMATION

+