2.5-18.1
[glibc.git] / nptl / TODO
blobd59717651207c8655f23565b764a0b900b55a442
1 - we should probably extend pthread_mutexattr_t with a field to create a
2   single linked list of all instances.  This requires changing the
3   pthread_mutexattr_* functions.
6 - a new attribute for mutexes: number of times we spin before calling
7 sys_futex
9 - for adaptive mutexes: when releasing, determine whether somebody spins.
10 If yes, for a short time release lock.  If someone else locks no wakeup
11 syscall needed.
15 - test with threaded process terminating and semadj (?) being applied
16   only after all threads are gone