SEE ALSO: Add cpuset(7).

This commit is contained in:
Michael Kerrisk 2008-06-17 08:32:41 +00:00
parent 28f2c98d3a
commit a18e2edbf8
4 changed files with 8 additions and 4 deletions

View File

@ -427,4 +427,5 @@ are only available on Linux 2.6.16 and later.
.BR shmat (2),
.BR shmget (2),
.BR numa (3),
.BR cpuset (7),
.BR numactl (8)

View File

@ -223,4 +223,5 @@ represent the CPU set bit mask.
.BR sched_getscheduler (2),
.BR sched_setscheduler (2),
.BR setpriority (2),
.BR capabilities (7)
.BR capabilities (7),
.BR cpuset (7)

View File

@ -467,7 +467,8 @@ since it always returns 0 on success.
.BR sched_setparam (2),
.BR sched_yield (2),
.BR setpriority (2),
.BR capabilities (7)
.BR capabilities (7),
.BR cpuset (7)
.PP
.I Programming for the real world \- POSIX.4
by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0

View File

@ -234,5 +234,6 @@ See
.BR mbind (2),
.BR mmap (2),
.BR get_mempolicy (2),
.BR numactl (8),
.BR numa (3)
.BR numa (3),
.BR cpuset (7),
.BR numactl (8)