mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Implement sched_setaffinity() and sched_getaffinity()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user