X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..refs/heads/master:/osfmk/man/task_thread_times_info.html diff --git a/osfmk/man/task_thread_times_info.html b/osfmk/man/task_thread_times_info.html old mode 100755 new mode 100644 index 50867b4ab..6b58716a7 --- a/osfmk/man/task_thread_times_info.html +++ b/osfmk/man/task_thread_times_info.html @@ -1 +1,41 @@ -
Structure - Defines thread execution times information for tasks.
struct task_thread_times_info { time_value_t user_time; time_value_t system_time; }; typedef struct task_thread_times_info* task_thread_times_info_t;
The task_thread_times_info structure defines thread execution time statistics for tasks. The task_info function returns these times for a specified task. The thread_info function returns this information for a specific thread.
Functions: task_info, thread_info.
Data Structures: task_basic_info, thread_basic_info. \ No newline at end of file +
+Structure - Defines thread execution times information for tasks. +
+struct task_thread_times_info +{ + time_value_t user_time; + time_value_t system_time; +}; + +typedef struct task_thread_times_info* task_thread_times_info_t; ++
+
+
+The task_thread_times_info structure defines thread +execution time statistics +for tasks. The task_info function returns these times +for a specified task. The +thread_info function returns this information for a specific thread. +
+Functions: +task_info, +thread_info. +
+Data Structures: +task_basic_info, +thread_basic_info.