diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 08:32:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 08:32:43 +0000 |
commit | 219304ecbbb8dab55a788dd3bbb31b3ce01d88a9 (patch) | |
tree | 658fa01a840c11bf802e757d8de835bb2f9780a8 /nptl/ChangeLog | |
parent | 3730d95c778f794fff48574c95d6658d6d5224ed (diff) | |
download | glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.tar glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.tar.gz glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.tar.bz2 glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.zip |
Update.
* sysdeps/pthread/pthread_cond_timedwait.c
(__pthread_cond_timedwait): Optimize. Drop internal lock earlier.
Reuse code. Add __builtin_expects.
* init.c (pthread_functions): Make array const.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 351ff05041..c37d8a3ade 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2004-02-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/pthread/pthread_cond_timedwait.c + (__pthread_cond_timedwait): Optimize. Drop internal lock earlier. + Reuse code. Add __builtin_expects. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S (__pthread_cond_timedwait): Get internal lock in case timeout has passed before the futex syscall. @@ -35,7 +39,7 @@ 2004-01-14 Ulrich Drepper <drepper@redhat.com> - * init.c (pthread_funtions): Make array const. + * init.c (pthread_functions): Make array const. 2004-01-13 Ulrich Drepper <drepper@redhat.com> |