xref: /xnu-11215.41.3/osfmk/man/processor_set_threads.html (revision 33de042d024d46de5ff4e89f2471de6608e37fa4)
1*33de042dSApple OSS Distributions<h2>processor_set_threads</h2>
2*33de042dSApple OSS Distributions<hr>
3*33de042dSApple OSS Distributions<p>
4*33de042dSApple OSS Distributions<strong>Function</strong> - Return a list of pointers to all threads currently assigned to the target processor set.
5*33de042dSApple OSS Distributions<h3>SYNOPSIS</h3>
6*33de042dSApple OSS Distributions<pre>
7*33de042dSApple OSS Distributions<strong>kern_return_t	processor_set_threads</strong>
8*33de042dSApple OSS Distributions		<strong>(processor_set_t</strong>	<var>processor_set</var>,
9*33de042dSApple OSS Distributions		<strong>thread_port_array_t</strong>	<var>thread_list</var>,
10*33de042dSApple OSS Distributions		<strong>mach_msg_type_number_t*</strong>	<var>thread_count</var><strong>);</strong>
11*33de042dSApple OSS Distributions</pre>
12*33de042dSApple OSS Distributions<h3>PARAMETERS</h3>
13*33de042dSApple OSS Distributions<dl>
14*33de042dSApple OSS Distributions<dt> <var>processor_set</var>
15*33de042dSApple OSS Distributions<dd>
16*33de042dSApple OSS Distributions[in processor-set-control send right]
17*33de042dSApple OSS DistributionsA processor set control port for
18*33de042dSApple OSS Distributionswhich information is desired.
19*33de042dSApple OSS Distributions<dt> <var>thread_list</var>
20*33de042dSApple OSS Distributions<dd>
21*33de042dSApple OSS Distributions[out pointer to dynamic array of thread send rights]
22*33de042dSApple OSS DistributionsThe returned set of
23*33de042dSApple OSS Distributionsports naming the threads currently assigned to <var>processor_set</var>.
24*33de042dSApple OSS Distributions<dt> <var>thread_count</var>
25*33de042dSApple OSS Distributions<dd>
26*33de042dSApple OSS Distributions[out scalar]
27*33de042dSApple OSS DistributionsThe number of threads returned in <var>thread_list</var>.
28*33de042dSApple OSS Distributions</dl>
29*33de042dSApple OSS Distributions<h3>DESCRIPTION</h3>
30*33de042dSApple OSS Distributions<p>
31*33de042dSApple OSS DistributionsThe <strong>processor_set_threads</strong> function returns send rights
32*33de042dSApple OSS Distributionsto the kernel ports for each thread currently assigned to <var>processor_set</var>.
33*33de042dSApple OSS Distributions<h3>RETURN VALUES</h3>
34*33de042dSApple OSS Distributions<p>
35*33de042dSApple OSS DistributionsOnly generic errors apply.
36*33de042dSApple OSS Distributions<h3>RELATED INFORMATION</h3>
37*33de042dSApple OSS Distributions<p>
38*33de042dSApple OSS DistributionsFunctions:
39*33de042dSApple OSS Distributions<a href="processor_set_tasks.html">processor_set_tasks</a>,
40*33de042dSApple OSS Distributions<a href="task_assign.html">task_assign</a>,
41*33de042dSApple OSS Distributions<a href="thread_assign.html">thread_assign</a>.
42