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