]> git.saurik.com Git - apple/xnu.git/blame - osfmk/man/host_sched_info.html
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / man / host_sched_info.html
CommitLineData
13fec989
A
1<h2>host_sched_info</h2>
2<hr>
3<p>
4<strong>Structure</strong> - Used to present the set of scheduler limits associated
5 with the host.
6<h3>SYNOPSIS</h3>
7<pre>
8<strong>struct host_sched_info</strong>
9<strong>{</strong>
10 <strong>integer_t</strong> <var>min_timeout</var><strong>;</strong>
11 <strong>integer_t</strong> <var>min_quantum</var><strong>;</strong>
12<strong>};</strong>
13
14<strong>typedef struct host_sched_info* host_sched_info_t;</strong>
15</pre>
16<h3>FIELDS</h3>
17<dl>
18<dt> <var>min_timeout</var>
19<dd>
20Minimum time-out, in milliseconds
21<p>
22<dt> <var>min_quantum</var>
23<dd>
24Minimum quantum (period for which a thread can be scheduled if
25uninterrupted), in milliseconds
26</dl>
27<h3>DESCRIPTION</h3>
28<p>
29The <strong>host_sched_info</strong> structure defines the limiting
30scheduling information
31available about a host.
32<h3>RELATED INFORMATION</h3>
33<p>
34Functions:
35<a href="host_info.html"><strong>host_info</strong></a>.
36<p>
37Data Structures:
38<a href="host_basic_info.html"><strong>host_basic_info</strong></a>,
39<a href="host_load_info.html"><strong>host_load_info</strong></a>.