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