summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-01 06:53:22 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-01 06:53:22 +0000
commit185b13c547acc67dd79ee6f1eebc49461f76850b (patch)
tree9423b43c60b7c4dc607931801d0411a6457b1996 /lib/libthr/pthread.map
parentb3577bdc654b444cf5278d5e25d6d1234df68f60 (diff)
downloadFreeBSD-src-185b13c547acc67dd79ee6f1eebc49461f76850b.zip
FreeBSD-src-185b13c547acc67dd79ee6f1eebc49461f76850b.tar.gz
Add code to handle timer_delete(). The timer wrapper code is completely
rewritten, now timers created with same sigev_notify_attributes will run in same thread, this allows user to organize which timers can run in same thread to save some thread resource.
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 10a5cb2..da85385f0 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -179,6 +179,7 @@ global:
_system;
_tcdrain;
_timer_create;
+ _timer_delete;
_usleep;
_vfork;
_wait;
@@ -345,6 +346,7 @@ global:
system;
tcdrain;
timer_create;
+ timer_delete;
usleep;
vfork;
wait;
OpenPOWER on IntegriCloud