blob: a8b759d869ded75205db30f53e6dcb2b73e60bb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: TODO,v 1.15 2009/01/24 13:00:03 wiz 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 extensions: 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.
|