Implement sched_setaffinity() and sched_getaffinity()

This commit is contained in:
Gregory Nutt
2016-02-19 19:18:54 -06:00
parent 5a590e99b9
commit 883a1adfe2
10 changed files with 269 additions and 94 deletions
+1
View File
@@ -11514,4 +11514,5 @@
and pthread_attr_getaffinity_np() (2016-02-19).
* sched/pthread: Add pthread_setaffinity() and pthread_getaffinity()
(2016-02-19).
* sched/sched: Add sched_setaffinity() and sched_getaffinity() (2016-02-19).