NetBSD/lib/libpthread/TODO

16 lines
412 B
Plaintext

$NetBSD: TODO,v 1.14 2008/02/10 14:52:05 ad Exp $
Bugs to fix:
- Add locking to ld.elf_so so that multiple threads doing lazy binding
doesn't trash things.
Interfaces/features to implement:
- Realtime exensions: priority inheritance.
- Allow threads to change their stack size.
- Keep a pool of dead LWPs so that we do not have take the full hit of
_lwp_create() every time pthread_create() is called.