summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/Makefile.inc
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-03-03 09:16:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-03-03 09:16:29 +0000
commitf88b9710087dfae24a065020116215db6bc34d68 (patch)
treef390ee931efe27daa2b393743cefa4e726e1e4b8 /lib/libthr/thread/Makefile.inc
parente2e4c837de5cfae655ecdc17cdc731c376d68dfa (diff)
downloadFreeBSD-src-f88b9710087dfae24a065020116215db6bc34d68.zip
FreeBSD-src-f88b9710087dfae24a065020116215db6bc34d68.tar.gz
Implement functions pthread_getaffinity_np and pthread_setaffinity_np to
get and set thread's cpu affinity mask.
Diffstat (limited to 'lib/libthr/thread/Makefile.inc')
-rw-r--r--lib/libthr/thread/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc
index bdae92e..6a5105f 100644
--- a/lib/libthr/thread/Makefile.inc
+++ b/lib/libthr/thread/Makefile.inc
@@ -4,6 +4,7 @@
.PATH: ${.CURDIR}/thread
SRCS+= \
+ thr_affinity.c \
thr_attr.c \
thr_barrier.c \
thr_barrierattr.c \
OpenPOWER on IntegriCloud