summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-04 06:15:25 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-04 06:15:25 +0000
commit6459dc5d9d0ec1b437d561a2038a1e4f053df2af (patch)
tree467a22e42b028df8d861fa91c891834e7deb9e4c /lib/libthr/pthread.map
parente3843610ee40a003342b7024d661837ba52cc19d (diff)
downloadFreeBSD-src-6459dc5d9d0ec1b437d561a2038a1e4f053df2af.zip
FreeBSD-src-6459dc5d9d0ec1b437d561a2038a1e4f053df2af.tar.gz
Add function pthread_timedjoin_np, the function is similar with pthread_join
except the function will return ETIMEDOUT if target thread does not exit before specified absolute time passes.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 3cb7a38..b76a88e 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -91,6 +91,7 @@ global:
_pthread_getschedparam;
_pthread_getspecific;
_pthread_join;
+ _pthread_timedjoin_np;
_pthread_key_create;
_pthread_key_delete;
_pthread_kill;
@@ -246,6 +247,7 @@ global:
pthread_getschedparam;
pthread_getspecific;
pthread_join;
+ pthread_timedjoin_np;
pthread_key_create;
pthread_key_delete;
pthread_kill;
OpenPOWER on IntegriCloud