Back to Darwin Xnu

Host Processor Set Priv

osfmk/man/host_processor_set_priv.html

latest1.1 KB
Original Source

host_processor_set_priv


Function - Translate a processor set name port into a processor set control port.

SYNOPSIS

**kern\_return\_t host\_processor\_set\_priv**** (host\_priv\_t **host\_priv,** processor\_set\_name\_t **set\_name,** processor\_set\_t **processor\_set** );**

PARAMETERS

host_priv[in host-control send right] The control port for the host for which the processor set is desired.

set_name[in processor-set-name send right] The name port for the processor set desired.

processor_set[out processor-set-control send right] The returned processor set control port.

DESCRIPTION

The host_processor_set_priv function returns send rights for the control port for a specified processor set currently existing on host_priv.

RETURN VALUES

Only generic errors apply.

Functions: host_processor_sets, processor_set_create, processor_set_tasks, processor_set_threads.