sched_setaffinity.2: SEE ALSO: add sched_getcpu(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-06 09:10:50 -05:00
parent cbdc74c919
commit 3ba07ec788
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\" migration and that CPU affinity is a per-thread attribute.
.\" 2006-02-03 mtk -- Major rewrite
.\"
.TH SCHED_SETAFFINITY 2 2008-11-04 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETAFFINITY 2 2008-11-07 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity, CPU_CLR, CPU_ISSET, CPU_SET, CPU_ZERO \
\- set and get a process's CPU affinity mask
@ -227,6 +227,7 @@ represent the CPU set bit mask.
.BR sched_getscheduler (2),
.BR sched_setscheduler (2),
.BR setpriority (2),
.BR sched_getcpu (3),
.BR capabilities (7),
.BR pthread_setaffinity_np (3),
.BR cpuset (7)