Home | History | Annotate | Line # | Download | only in libpthread
TODO revision 1.18.4.1
      1 $NetBSD: TODO,v 1.18.4.1 2017/08/31 08:32:39 bouyer Exp $
      2 
      3 Interfaces/features to implement:
      4 
      5 - Realtime extensions: priority inheritance.
      6 
      7 - Keep a pool of dead LWPs so that we do not have take the full hit of
      8   _lwp_create() every time pthread_create() is called.
      9 
     10 - kill pthread__dbg (pthread_dbg(3) has been removed from base)
     11