-<h2>processor_set_basic_info</h2>\r<hr>\r<p>\r<strong>Structure</strong> - Defines the basic information about a processor set.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>struct processor_set_basic_info</strong>\r<strong>{</strong>\r <strong>int</strong> <var>processor_count</var><strong>;</strong>\r <strong>int</strong> <var>default_policy</var><strong>;</strong>\r<strong>};</strong>\r\r<strong>typedef struct processor_set_basic_info* processor_set_basic_info_t;</strong>\r</pre>\r<h3>FIELDS</h3>\r<dl>\r<dt> <var>processor_count</var>\r<dd>\rNumber of processors in this set.\r<p>\r<dt> <var>default_policy</var>\r<dd>\rDefault policy to assign to threads whose otherwise assigned policy is \rnot enabled.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>processor_set_basic_info</strong> structure defines the\rbasic information available about a processor set.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="processor_set_info.html"><strong>processor_set_info</strong></a>.\r<p>\rData Structures:\r<a href="processor_set_load_info.html"></strong>processor_set_load_info<strong></a>.\r
\ No newline at end of file
+<h2>processor_set_basic_info</h2>
+<hr>
+<p>
+<strong>Structure</strong> - Defines the basic information about a processor set.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>struct processor_set_basic_info</strong>
+<strong>{</strong>
+ <strong>int</strong> <var>processor_count</var><strong>;</strong>
+ <strong>int</strong> <var>default_policy</var><strong>;</strong>
+<strong>};</strong>
+
+<strong>typedef struct processor_set_basic_info* processor_set_basic_info_t;</strong>
+</pre>
+<h3>FIELDS</h3>
+<dl>
+<dt> <var>processor_count</var>
+<dd>
+Number of processors in this set.
+<p>
+<dt> <var>default_policy</var>
+<dd>
+Default policy to assign to threads whose otherwise assigned policy is
+not enabled.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>processor_set_basic_info</strong> structure defines the
+basic information available about a processor set.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="processor_set_info.html"><strong>processor_set_info</strong></a>.
+<p>
+Data Structures:
+<a href="processor_set_load_info.html"></strong>processor_set_load_info<strong></a>.