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