Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/cpuset.2
| Show All 26 Lines | |||||
| .Dd January 29, 2023 | .Dd January 29, 2023 | ||||
| .Dt CPUSET 2 | .Dt CPUSET 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm cpuset , | .Nm cpuset , | ||||
| .Nm cpuset_getid , | .Nm cpuset_getid , | ||||
| .Nm cpuset_setid | .Nm cpuset_setid | ||||
| .Nd manage CPU affinity sets | .Nd manage CPU affinity sets | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/param.h | .In sys/param.h | ||||
| .In sys/cpuset.h | .In sys/cpuset.h | ||||
| .Ft int | .Ft int | ||||
| .Fn cpuset "cpusetid_t *setid" | .Fn cpuset "cpusetid_t *setid" | ||||
| .Ft int | .Ft int | ||||
| .Fn cpuset_setid "cpuwhich_t which" "id_t id" "cpusetid_t setid" | .Fn cpuset_setid "cpuwhich_t which" "id_t id" "cpusetid_t setid" | ||||
| .Ft int | .Ft int | ||||
| .Fn cpuset_getid "cpulevel_t level" "cpuwhich_t which" "id_t id" "cpusetid_t *setid" | .Fn cpuset_getid "cpulevel_t level" "cpuwhich_t which" "id_t id" "cpusetid_t *setid" | ||||
| ▲ Show 20 Lines • Show All 257 Lines • Show Last 20 Lines | |||||