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