Home | History | Annotate | Line # | Download | only in libpthread
TODO revision 1.12
      1 $NetBSD: TODO,v 1.12 2007/11/13 17:20:09 ad Exp $
      2 
      3 Bugs to fix:
      4 
      5 - Add locking to ld.elf_so so that multiple threads doing lazy binding
      6   doesn't trash things.
      7 
      8 Interfaces/features to implement:
      9 
     10 - Realtime exensions: priority scheduling, priority inheritance.
     11 
     12 - Figure out how to use registers reserved in the ABI to implement
     13   pthread_self(). This will allow for assembly lock stubs.
     14 
     15 - Allow threads to change their stack size. This probably depends on the
     16   above item.
     17 
     18 - Keep a pool of dead LWPs so that we do not have take the full hit of
     19   _lwp_create() every time pthread_create() is called.
     20