NetBSD/lib/libpthread/TODO

13 lines
386 B
Plaintext
Raw Normal View History

2012-02-04 01:11:17 +04:00
$NetBSD: TODO,v 1.17 2012/02/03 21:11:17 joerg Exp $
2003-01-18 13:32:11 +03:00
Interfaces/features to implement:
2009-01-24 16:00:03 +03:00
- Realtime extensions: priority inheritance.
2003-01-18 13:32:11 +03:00
2007-12-24 17:30:09 +03:00
- Allow threads to change their stack size.
2006-12-25 14:36:36 +03:00
- Allow threads to modify the red zone size; cf. pthread_attr_setguardsize(3).
2006-12-25 14:36:36 +03:00
- Keep a pool of dead LWPs so that we do not have take the full hit of
2007-08-23 23:21:40 +04:00
_lwp_create() every time pthread_create() is called.