xref: /netbsd-src/lib/libpthread/TODO (revision 3816d47b2c42fcd6e549e3407f842a5b1a1d23ad)
1$NetBSD: TODO,v 1.15 2009/01/24 13:00:03 wiz Exp $
2
3Bugs to fix:
4
5- Add locking to ld.elf_so so that multiple threads doing lazy binding
6  doesn't trash things.
7
8Interfaces/features to implement:
9
10- Realtime extensions: priority inheritance.
11
12- Allow threads to change their stack size.
13
14- Keep a pool of dead LWPs so that we do not have take the full hit of
15  _lwp_create() every time pthread_create() is called.
16