From 0b3366f6a93ac0f7e2028745ea557c0acd8722c6 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 7 May 2005 02:04:55 +0000 Subject: Import in NPTL code from glibc. For further information please consult the 'README.NPTL' file. --- libpthread/nptl/TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libpthread/nptl/TODO (limited to 'libpthread/nptl/TODO') diff --git a/libpthread/nptl/TODO b/libpthread/nptl/TODO new file mode 100644 index 000000000..a4a1055f4 --- /dev/null +++ b/libpthread/nptl/TODO @@ -0,0 +1,12 @@ +- we should probably extend pthread_mutexattr_t with a field to create a + single linked list of all instances. This requires changing the + pthread_mutexattr_* functions. + + +- a new attribute for mutexes: number of times we spin before calling +sys_futex + + + +- test with threaded process terminating and semadj (?) being applied + only after all threads are gone -- cgit v1.2.3