diff options
Diffstat (limited to 'nptl/TODO')
-rw-r--r-- | nptl/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/TODO b/nptl/TODO index a4a1055f46..d597176512 100644 --- a/nptl/TODO +++ b/nptl/TODO @@ -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 |