summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-03-05 06:56:35 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-03-05 06:56:35 +0000
commitb118d117f407ad716a2ee483431aa05e90f8f7ce (patch)
treedd975dd90f735c28457b630c039e38a7d60a1ab7 /lib
parentadf8d28a8fa1f5e5bcaf3db35eba931eaa2bab9f (diff)
downloadFreeBSD-src-b118d117f407ad716a2ee483431aa05e90f8f7ce.zip
FreeBSD-src-b118d117f407ad716a2ee483431aa05e90f8f7ce.tar.gz
Add more cpu affinity function's symbols.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/pthread.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index b2ef7e8..3cc3927 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -228,6 +228,7 @@ FBSDprivate_1.0 {
_pthread_barrierattr_setpshared;
_pthread_attr_destroy;
_pthread_attr_get_np;
+ _pthread_attr_getaffinity_np;
_pthread_attr_getdetachstate;
_pthread_attr_getguardsize;
_pthread_attr_getinheritsched;
@@ -238,6 +239,7 @@ FBSDprivate_1.0 {
_pthread_attr_getstackaddr;
_pthread_attr_getstacksize;
_pthread_attr_init;
+ _pthread_attr_setaffinity_np;
_pthread_attr_setcreatesuspend_np;
_pthread_attr_setdetachstate;
_pthread_attr_setguardsize;
@@ -267,6 +269,7 @@ FBSDprivate_1.0 {
_pthread_detach;
_pthread_equal;
_pthread_exit;
+ _pthread_getaffinity_np;
_pthread_getconcurrency;
_pthread_getprio;
_pthread_getschedparam;
@@ -321,6 +324,7 @@ FBSDprivate_1.0 {
_pthread_rwlockattr_setpshared;
_pthread_self;
_pthread_set_name_np;
+ _pthread_setaffinity_np;
_pthread_setcancelstate;
_pthread_setcanceltype;
_pthread_setconcurrency;
@@ -388,6 +392,8 @@ FBSDprivate_1.0 {
};
FBSD_1.1 {
+ pthread_attr_getaffinity_np;
+ pthread_attr_setaffinity_np;
pthread_getaffinity_np;
pthread_setaffinity_np;
pthread_mutex_getspinloops_np;
OpenPOWER on IntegriCloud