]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/task_basic_info.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / task_basic_info.html
index a65b55036f98836ce1bf033847aaef134daffd2b..3ca54e79379e848e67dd2a8ec8018d5bc2cb02b3 100755 (executable)
@@ -1 +1,63 @@
-<h2>task_basic_info</h2>\r<hr>\r<p>\r<strong>Structure</strong> - Defines basic information for a task.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>struct task_basic_info</strong>\r<strong>{</strong>\r       <strong>integer_t</strong>      <var>suspend_count</var><strong>;</strong>\r       <strong>vm_size_t</strong>       <var>virtual_size</var><strong>;</strong>\r       <strong>vm_size_t</strong>      <var>resident_size</var><strong>;</strong>\r       <strong>time_value_t</strong>       <var>user_time</var><strong>;</strong>\r       <strong>time_value_t</strong>     <var>system_time</var><strong>;</strong>\r       <strong>policy_t</strong>              <var>policy</var><strong>;</strong>\r<strong>};</strong>\r\r<strong>typedef struct task_basic_info* task_basic_info_t;</strong>\r</pre>\r<h3>FIELDS</h3>\r<dl>\r<dt> <var>suspend_count</var>\r<dd>\rThe current suspend count for the task.\r     <p>\r<dt> <var>virtual_size</var>\r<dd>\rThe number of virtual pages for the task.\r          <p>\r<dt> <var>resident_size</var>\r<dd>\rThe number of resident pages for the task\r          <p>\r<dt> <var>user_time</var>\r<dd>\rThe total user run time for terminated threads within the task.\r          <p>\r<dt> <var>system_time</var>\r<dd>\rThe total system run time for terminated threads within the task.\r          <p>\r<dt> <var>policy</var>\r<dd>\rDefault scheduling policy to apply to new threads.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>task_basic_info</strong> structure defines the basic information array for \rtasks.  The <strong>task_info</strong> function returns this array for a specified task.\r<h3>NOTES</h3>\r<p>\rThis structure is machine word length sensitive due\rto the presence of the\rvirtual address sizes.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="task_info.html"><strong>task_info</strong></a>.\r<p>\rData Structures:\r<a href="task_thread_times_info.html"><strong>task_thread_times_info</strong></a>,\r<a href="policy_fifo_info.html"><strong>policy_fifo_info</strong></a>,\r<a href="policy_rr_info.html"><strong>policy_rr_info</strong></a>,\r<a href="policy_timeshare_info.html"><strong>policy_timeshare_info</strong></a>.\r
\ No newline at end of file
+<h2>task_basic_info</h2>
+<hr>
+<p>
+<strong>Structure</strong> - Defines basic information for a task.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>struct task_basic_info</strong>
+<strong>{</strong>
+       <strong>integer_t</strong>      <var>suspend_count</var><strong>;</strong>
+       <strong>vm_size_t</strong>       <var>virtual_size</var><strong>;</strong>
+       <strong>vm_size_t</strong>      <var>resident_size</var><strong>;</strong>
+       <strong>time_value_t</strong>       <var>user_time</var><strong>;</strong>
+       <strong>time_value_t</strong>     <var>system_time</var><strong>;</strong>
+       <strong>policy_t</strong>              <var>policy</var><strong>;</strong>
+<strong>};</strong>
+
+<strong>typedef struct task_basic_info* task_basic_info_t;</strong>
+</pre>
+<h3>FIELDS</h3>
+<dl>
+<dt> <var>suspend_count</var>
+<dd>
+The current suspend count for the task.
+     <p>
+<dt> <var>virtual_size</var>
+<dd>
+The number of virtual pages for the task.
+          <p>
+<dt> <var>resident_size</var>
+<dd>
+The number of resident pages for the task
+          <p>
+<dt> <var>user_time</var>
+<dd>
+The total user run time for terminated threads within the task.
+          <p>
+<dt> <var>system_time</var>
+<dd>
+The total system run time for terminated threads within the task.
+          <p>
+<dt> <var>policy</var>
+<dd>
+Default scheduling policy to apply to new threads.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>task_basic_info</strong> structure defines the basic information array for 
+tasks.  The <strong>task_info</strong> function returns this array for a specified task.
+<h3>NOTES</h3>
+<p>
+This structure is machine word length sensitive due
+to the presence of the
+virtual address sizes.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="task_info.html"><strong>task_info</strong></a>.
+<p>
+Data Structures:
+<a href="task_thread_times_info.html"><strong>task_thread_times_info</strong></a>,
+<a href="policy_fifo_info.html"><strong>policy_fifo_info</strong></a>,
+<a href="policy_rr_info.html"><strong>policy_rr_info</strong></a>,
+<a href="policy_timeshare_info.html"><strong>policy_timeshare_info</strong></a>.