1*2c2f96dcSApple OSS Distributions<h2>task_thread_times_info</h2> 2*2c2f96dcSApple OSS Distributions<hr> 3*2c2f96dcSApple OSS Distributions<p> 4*2c2f96dcSApple OSS Distributions<strong>Structure</strong> - Defines thread execution times information for tasks. 5*2c2f96dcSApple OSS Distributions<h3>SYNOPSIS</h3> 6*2c2f96dcSApple OSS Distributions<pre> 7*2c2f96dcSApple OSS Distributions<strong>struct task_thread_times_info</strong> 8*2c2f96dcSApple OSS Distributions<strong>{</strong> 9*2c2f96dcSApple OSS Distributions <strong>time_value_t</strong> <var>user_time</var><strong>;</strong> 10*2c2f96dcSApple OSS Distributions <strong>time_value_t</strong> <var>system_time</var><strong>;</strong> 11*2c2f96dcSApple OSS Distributions<strong>};</strong> 12*2c2f96dcSApple OSS Distributions 13*2c2f96dcSApple OSS Distributions<strong>typedef struct task_thread_times_info* task_thread_times_info_t;</strong> 14*2c2f96dcSApple OSS Distributions</pre> 15*2c2f96dcSApple OSS Distributions<h3>FIELDS</h3> 16*2c2f96dcSApple OSS Distributions<dl> 17*2c2f96dcSApple OSS Distributions <p> 18*2c2f96dcSApple OSS Distributions<dt> <var>user_time</var> 19*2c2f96dcSApple OSS Distributions<dd> 20*2c2f96dcSApple OSS DistributionsTotal user run time for live threads. 21*2c2f96dcSApple OSS Distributions <p> 22*2c2f96dcSApple OSS Distributions<dt> <var>system_time</var> 23*2c2f96dcSApple OSS Distributions<dd> 24*2c2f96dcSApple OSS DistributionsTotal system run time for live threads. 25*2c2f96dcSApple OSS Distributions</dl> 26*2c2f96dcSApple OSS Distributions<h3>DESCRIPTION</h3> 27*2c2f96dcSApple OSS Distributions<p> 28*2c2f96dcSApple OSS DistributionsThe <strong>task_thread_times_info</strong> structure defines thread 29*2c2f96dcSApple OSS Distributionsexecution time statistics 30*2c2f96dcSApple OSS Distributionsfor tasks. The <strong>task_info</strong> function returns these times 31*2c2f96dcSApple OSS Distributionsfor a specified task. The 32*2c2f96dcSApple OSS Distributions<strong>thread_info</strong> function returns this information for a specific thread. 33*2c2f96dcSApple OSS Distributions<h3>RELATED INFORMATION</h3> 34*2c2f96dcSApple OSS Distributions<p> 35*2c2f96dcSApple OSS DistributionsFunctions: 36*2c2f96dcSApple OSS Distributions<a href="task_info.html"><strong>task_info</strong></a>, 37*2c2f96dcSApple OSS Distributions<a href="thread_info.html"><strong>thread_info</strong></a>. 38*2c2f96dcSApple OSS Distributions<p> 39*2c2f96dcSApple OSS DistributionsData Structures: 40*2c2f96dcSApple OSS Distributions<a href="task_basic_info.html"><strong>task_basic_info</strong></a>, 41*2c2f96dcSApple OSS Distributions<a href="thread_basic_info.html"><strong>thread_basic_info</strong></a>. 42