diff options
Diffstat (limited to 'nptl/TODO')
-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 |