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
@@ -48,7 +48,6 @@ CSRCS += pthread_attrinit.c pthread_attrdestroy.c \
ifeq ($(CONFIG_SMP),y)
CSRCS += pthread_attrgetaffinity.c pthread_attrsetaffinity.c
# CSRCS += pthread_getaffinity.c pthread_setaffinity.c
endif
ifeq ($(CONFIG_MUTEX_TYPES),y)