xref: /xnu-10002.1.13/osfmk/man/processor_set_create.html (revision 1031c584a5e37aff177559b9f69dbd3c8c3fd30a)
1*1031c584SApple OSS Distributions<h2>processor_set_create</h2>
2*1031c584SApple OSS Distributions<hr>
3*1031c584SApple OSS Distributions<p>
4*1031c584SApple OSS Distributions<strong>Function</strong> - Create a new processor set object.
5*1031c584SApple OSS Distributions<h3>SYNOPSIS</h3>
6*1031c584SApple OSS Distributions<pre>
7*1031c584SApple OSS Distributions<strong>kern_return_t	processor_set_create</strong>
8*1031c584SApple OSS Distributions		<strong>(host_t</strong>	<var>host_name</var>,
9*1031c584SApple OSS Distributions		<strong>processor_set_t</strong>	<var>new_set</var>,
10*1031c584SApple OSS Distributions		<strong>processor_set_name_t</strong>	<var>new_name</var><strong>);</strong>
11*1031c584SApple OSS Distributions</pre>
12*1031c584SApple OSS Distributions<h3>PARAMETERS</h3>
13*1031c584SApple OSS Distributions<dl>
14*1031c584SApple OSS Distributions<dt> <var>host_name</var>
15*1031c584SApple OSS Distributions<dd>
16*1031c584SApple OSS Distributions[in host-name send right]
17*1031c584SApple OSS DistributionsThe name (or control) port for the host on
18*1031c584SApple OSS Distributionswhich the set is to be created.
19*1031c584SApple OSS Distributions<dt> <var>new_set</var>
20*1031c584SApple OSS Distributions<dd>
21*1031c584SApple OSS Distributions[out processor-set-control send right]
22*1031c584SApple OSS DistributionsControl port used for performing
23*1031c584SApple OSS Distributionsoperations on the new set.
24*1031c584SApple OSS Distributions<dt> <var>new_name</var>
25*1031c584SApple OSS Distributions<dd>
26*1031c584SApple OSS Distributions[out processor-set-name send right]
27*1031c584SApple OSS DistributionsName port used to identify the new
28*1031c584SApple OSS Distributionsset and obtain information about it.
29*1031c584SApple OSS Distributions</dl>
30*1031c584SApple OSS Distributions<h3>DESCRIPTION</h3>
31*1031c584SApple OSS Distributions<p>
32*1031c584SApple OSS DistributionsThe <strong>processor_set_create</strong> function creates a new processor
33*1031c584SApple OSS Distributionsset and returns the
34*1031c584SApple OSS Distributionstwo ports associated with it.  The port returned in <var>new_set</var> is the control port
35*1031c584SApple OSS Distributionsrepresenting the set.  It is used to perform operations such
36*1031c584SApple OSS Distributionsas assigning processors,
37*1031c584SApple OSS Distributionstasks or threads.  The port returned in <var>new_name</var> is the name port which
38*1031c584SApple OSS Distributionsidentifies the set, and is used to obtain information about the set.
39*1031c584SApple OSS Distributions<h3>RETURN VALUES</h3>
40*1031c584SApple OSS Distributions<p>
41*1031c584SApple OSS DistributionsOnly generic values apply.
42*1031c584SApple OSS Distributions<h3>RELATED INFORMATION</h3>
43*1031c584SApple OSS Distributions<p>
44*1031c584SApple OSS DistributionsFunctions:
45*1031c584SApple OSS Distributions<a href="processor_set_destroy.html">processor_set_destroy</a>,
46*1031c584SApple OSS Distributions<a href="processor_set_info.html">processor_set_info</a>,
47*1031c584SApple OSS Distributions<a href="processor_assign.html">processor_assign</a>,
48*1031c584SApple OSS Distributions<a href="task_assign.html">task_assign</a>,
49*1031c584SApple OSS Distributions<a href="thread_assign.html">thread_assign</a>.
50