Expand PMF_FN_* macros.
[netbsd-mini2440.git] / lib / libpthread / TODO
blob1c817bb38e9001cf91744b5d7ab0c6539c639906
1 $NetBSD: TODO,v 1.14 2008/02/10 14:52:05 ad Exp $
3 Bugs to fix:
5 - Add locking to ld.elf_so so that multiple threads doing lazy binding
6   doesn't trash things.
8 Interfaces/features to implement:
10 - Realtime extensions: priority inheritance.
12 - Allow threads to change their stack size.
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.