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