1*5c2921b0SApple OSS Distributions<h2>processor_set_basic_info</h2> 2*5c2921b0SApple OSS Distributions<hr> 3*5c2921b0SApple OSS Distributions<p> 4*5c2921b0SApple OSS Distributions<strong>Structure</strong> - Defines the basic information about a processor set. 5*5c2921b0SApple OSS Distributions<h3>SYNOPSIS</h3> 6*5c2921b0SApple OSS Distributions<pre> 7*5c2921b0SApple OSS Distributions<strong>struct processor_set_basic_info</strong> 8*5c2921b0SApple OSS Distributions<strong>{</strong> 9*5c2921b0SApple OSS Distributions <strong>int</strong> <var>processor_count</var><strong>;</strong> 10*5c2921b0SApple OSS Distributions <strong>int</strong> <var>default_policy</var><strong>;</strong> 11*5c2921b0SApple OSS Distributions<strong>};</strong> 12*5c2921b0SApple OSS Distributions 13*5c2921b0SApple OSS Distributions<strong>typedef struct processor_set_basic_info* processor_set_basic_info_t;</strong> 14*5c2921b0SApple OSS Distributions</pre> 15*5c2921b0SApple OSS Distributions<h3>FIELDS</h3> 16*5c2921b0SApple OSS Distributions<dl> 17*5c2921b0SApple OSS Distributions<dt> <var>processor_count</var> 18*5c2921b0SApple OSS Distributions<dd> 19*5c2921b0SApple OSS DistributionsNumber of processors in this set. 20*5c2921b0SApple OSS Distributions<p> 21*5c2921b0SApple OSS Distributions<dt> <var>default_policy</var> 22*5c2921b0SApple OSS Distributions<dd> 23*5c2921b0SApple OSS DistributionsDefault policy to assign to threads whose otherwise assigned policy is 24*5c2921b0SApple OSS Distributionsnot enabled. 25*5c2921b0SApple OSS Distributions</dl> 26*5c2921b0SApple OSS Distributions<h3>DESCRIPTION</h3> 27*5c2921b0SApple OSS Distributions<p> 28*5c2921b0SApple OSS DistributionsThe <strong>processor_set_basic_info</strong> structure defines the 29*5c2921b0SApple OSS Distributionsbasic information available about a processor set. 30*5c2921b0SApple OSS Distributions<h3>RELATED INFORMATION</h3> 31*5c2921b0SApple OSS Distributions<p> 32*5c2921b0SApple OSS DistributionsFunctions: 33*5c2921b0SApple OSS Distributions<a href="processor_set_info.html"><strong>processor_set_info</strong></a>. 34*5c2921b0SApple OSS Distributions<p> 35*5c2921b0SApple OSS DistributionsData Structures: 36*5c2921b0SApple OSS Distributions<a href="processor_set_load_info.html"></strong>processor_set_load_info<strong></a>. 37