X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_sched_info.html diff --git a/osfmk/man/host_sched_info.html b/osfmk/man/host_sched_info.html old mode 100755 new mode 100644 index 581af5261..4cdbc4d98 --- a/osfmk/man/host_sched_info.html +++ b/osfmk/man/host_sched_info.html @@ -1 +1,39 @@ -

host_sched_info


Structure - Used to present the set of scheduler limits associated with the host.

SYNOPSIS

struct host_sched_info
{
       integer_t       min_timeout;
       integer_t       min_quantum;
};

typedef struct host_sched_info* host_sched_info_t;

FIELDS

min_timeout
Minimum time-out, in milliseconds

min_quantum
Minimum quantum (period for which a thread can be scheduled if uninterrupted), in milliseconds

DESCRIPTION

The host_sched_info structure defines the limiting scheduling information available about a host.

RELATED INFORMATION

Functions: host_info.

Data Structures: host_basic_info, host_load_info. \ No newline at end of file +

host_sched_info

+
+

+Structure - Used to present the set of scheduler limits associated + with the host. +

SYNOPSIS

+
+struct host_sched_info
+{
+       integer_t       min_timeout;
+       integer_t       min_quantum;
+};
+
+typedef struct host_sched_info* host_sched_info_t;
+
+

FIELDS

+
+
min_timeout +
+Minimum time-out, in milliseconds +

+

min_quantum +
+Minimum quantum (period for which a thread can be scheduled if +uninterrupted), in milliseconds +
+

DESCRIPTION

+

+The host_sched_info structure defines the limiting +scheduling information +available about a host. +

RELATED INFORMATION

+

+Functions: +host_info. +

+Data Structures: +host_basic_info, +host_load_info.