Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libpthread Couple more things.



details:   https://anonhg.NetBSD.org/src/rev/f1063855ab59
branches:  nathanw_sa
changeset: 504569:f1063855ab59
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Thu Mar 08 00:20:45 2001 +0000

description:
Couple more things.

diffstat:

 lib/libpthread/TODO |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r 238752a520b1 -r f1063855ab59 lib/libpthread/TODO
--- a/lib/libpthread/TODO       Thu Mar 08 00:20:10 2001 +0000
+++ b/lib/libpthread/TODO       Thu Mar 08 00:20:45 2001 +0000
@@ -1,6 +1,8 @@
 
 - priority scheduling!
 
+- Finish interfaces: pthread_cond_*()
+
 - non-i386 platform support.
 
 - stress-test spinlock-preemption handling.
@@ -8,6 +10,8 @@
 - Mutexes should have an internal simple_lock, not counted against a
   per-thread spinlock, so that there can be an optimistic fast-path lock.
 
+- Mutexes should support adaptive spin/sleep locks.
+
 - Supporting different mutex types would be nice (normal, debugging,
   recursive, etc).
 



Home | Main Index | Thread Index | Old Index