Home | History | Annotate | Line # | Download | only in libpthread
TODO revision 1.17.22.1
      1 $NetBSD: TODO,v 1.17.22.1 2017/03/20 06:56:59 pgoyette Exp $
      2 
      3 Interfaces/features to implement:
      4 
      5 - Realtime extensions: priority inheritance.
      6 
      7 - Allow threads to change their stack size.
      8 
      9 - Allow threads to modify the red zone size; cf. pthread_attr_setguardsize(3).
     10 
     11 - Keep a pool of dead LWPs so that we do not have take the full hit of
     12   _lwp_create() every time pthread_create() is called.
     13 
     14 - kill pthread__dbg (pthread_dbg(3) has been removed from base)
     15