diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 22:56:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 22:56:25 +0000 |
commit | 7d4722e3fd1c4205bba9fddf7a1de611d5151ebd (patch) | |
tree | ad47ea3abe962721a12650a82287c317b7d681b6 /nptl | |
parent | daa226125cf9570ac726e21fc33d19101123a5c0 (diff) | |
download | glibc-7d4722e3fd1c4205bba9fddf7a1de611d5151ebd.zip glibc-7d4722e3fd1c4205bba9fddf7a1de611d5151ebd.tar.gz glibc-7d4722e3fd1c4205bba9fddf7a1de611d5151ebd.tar.bz2 |
[BZ #368]
* SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
[BZ #368]
* locales/dz_BT: New file.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ - a new attribute for mutexes: number of times we spin before calling sys_futex +- for adaptive mutexes: when releasing, determine whether somebody spins. +If yes, for a short time release lock. If someone else locks no wakeup +syscall needed. + - test with threaded process terminating and semadj (?) being applied |