Back to Darwin Xnu

Host Sched Info

osfmk/man/host_sched_info.html

latest778 B
Original Source

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_timeoutMinimum time-out, in milliseconds

min_quantumMinimum 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.

Functions: host_info.

Data Structures: host_basic_info, host_load_info.