xref: /netbsd-src/lib/libpthread/TODO (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1$NetBSD: TODO,v 1.16 2010/07/09 17:03:04 jruoho 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- Allow threads to modify the red zone size; cf. pthread_attr_setguardsize(3).
15
16- Keep a pool of dead LWPs so that we do not have take the full hit of
17  _lwp_create() every time pthread_create() is called.
18