aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-10 08:28:06 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-10 08:28:06 +0000
commit45dc1187ee47bc0ffa9bb7ff7ac49749aaabe413 (patch)
tree79f3540143b070f52eb00aa78d7abf00fd0aa772 /linuxthreads/ChangeLog
parent15109bd4aa7cef49d08ba0c3939b5389a3b90803 (diff)
downloadglibc-45dc1187ee47bc0ffa9bb7ff7ac49749aaabe413.zip
glibc-45dc1187ee47bc0ffa9bb7ff7ac49749aaabe413.tar.gz
glibc-45dc1187ee47bc0ffa9bb7ff7ac49749aaabe413.tar.bz2
Update.
2000-06-10 Kaz Kylheku <kaz@ashi.footprints.net> * sysdeps/pthread/timer_create.c: Thread matching now done on clock type as well as thread attributes. There are individual global signal-delivering threads for different clock types. * sysdeps/pthread/posix-timer.h: Likewise. * sysdeps/pthread/timer_routines.c: Likewise. * sysdeps/pthread/timer_routines.c: Thread allocation and deallocation function now remembers to put thread on active list and remove from active list. Thus now the feature of binding multiple timers to a single thread actually works.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 88c866c..f188961 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,18 @@
+2000-06-10 Kaz Kylheku <kaz@ashi.footprints.net>
+
+ * sysdeps/pthread/timer_create.c: Thread matching now done on
+ clock type as well as thread attributes.
+ There are individual global signal-delivering threads for
+ different clock types.
+ * sysdeps/pthread/posix-timer.h: Likewise.
+ * sysdeps/pthread/timer_routines.c: Likewise.
+
+ * sysdeps/pthread/timer_routines.c: Thread allocation and
+ deallocation function now remembers to put thread on active
+ list and remove from active list.
+ Thus now the feature of binding multiple timers
+ to a single thread actually works.
+
2000-06-10 Ulrich Drepper <drepper@redhat.com>
* pthread.c (__pthread_create_2_1): Optimize a bit.